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:
# targetos: linux # targetos: linux
# targetarch: aarch64 # targetarch: aarch64
- os: ubuntu-18.04 # - os: ubuntu-18.04
targetos: android # targetos: android
targetarch: 32 # targetarch: 32
- os: ubuntu-18.04 # - os: ubuntu-18.04
targetos: android # targetos: android
targetarch: 64 # targetarch: 64
- os: ubuntu-18.04 # - os: ubuntu-18.04
targetos: motomagx # targetos: motomagx
targetarch: armv6 # targetarch: armv6
- os: windows-latest - os: windows-latest
targetos: win32 targetos: win32

Loading…
Cancel
Save