Browse Source

github: comment out CI builds for MAGX and Android

pull/2/head
Alibek Omarov 1 year ago
parent
commit
a09aa31b7a
  1. 18
      .github/workflows/c-cpp.yml

18
.github/workflows/c-cpp.yml

@ -23,16 +23,16 @@ jobs: @@ -23,16 +23,16 @@ jobs:
# targetos: linux
# targetarch: aarch64
- os: ubuntu-18.04
targetos: android
targetarch: 32
- os: ubuntu-18.04
targetos: android
targetarch: 64
# - os: ubuntu-18.04
# targetos: android
# targetarch: 32
# - os: ubuntu-18.04
# targetos: android
# targetarch: 64
- os: ubuntu-18.04
targetos: motomagx
targetarch: armv6
# - os: ubuntu-18.04
# targetos: motomagx
# targetarch: armv6
- os: windows-latest
targetos: win32

Loading…
Cancel
Save