Skip to content

Commit

Permalink
fix: Test build windows gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
808Mak1r committed Oct 22, 2022
1 parent b66efec commit d721c78
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 234 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,17 +132,18 @@ jobs:
fail-fast: false
matrix:
job:
# - { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04, use-cross: true }
# - { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04, use-cross: true }
# - { target: arm-unknown-linux-musleabihf, os: ubuntu-20.04, use-cross: true }
# - { target: i686-pc-windows-msvc , os: windows-2019 }
# - { target: i686-unknown-linux-gnu , os: ubuntu-20.04, use-cross: true }
# - { target: i686-unknown-linux-musl , os: ubuntu-20.04, use-cross: true }
# - { target: x86_64-apple-darwin , os: macos-10.15 }
- { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04, use-cross: true }
- { target: aarch64-apple-darwin , os: macos-latest, }
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04, use-cross: true }
- { target: arm-unknown-linux-musleabihf, os: ubuntu-20.04, use-cross: true }
- { target: i686-pc-windows-msvc , os: windows-2019 }
- { target: i686-unknown-linux-gnu , os: ubuntu-20.04, use-cross: true }
- { target: i686-unknown-linux-musl , os: ubuntu-20.04, use-cross: true }
- { target: x86_64-apple-darwin , os: macos-10.15 }
- { target: x86_64-pc-windows-gnu , os: ubuntu-20.04, use-cross: true }
# - { target: x86_64-pc-windows-msvc , os: windows-2019 }
# - { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04, use-cross: true }
# - { target: x86_64-unknown-linux-musl , os: ubuntu-20.04, use-cross: true }
- { target: x86_64-pc-windows-msvc , os: windows-2019 }
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04, use-cross: true }
- { target: x86_64-unknown-linux-musl , os: ubuntu-20.04, use-cross: true }
steps:
- name: Checkout source code
uses: actions/checkout@v3
Expand Down
170 changes: 0 additions & 170 deletions .github/workflows/build-release.yml

This file was deleted.

54 changes: 0 additions & 54 deletions .github/workflows/gnu.yml

This file was deleted.

0 comments on commit d721c78

Please sign in to comment.