Skip to content

Commit

Permalink
improved ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-aladev committed May 11, 2021
1 parent f347bfd commit 85c8e20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ for:
only:
- job_name: ubuntu
init:
- sh: sudo apt-get install -y libgmp-dev libtommath-dev
- sh: sudo apt-get install -y gcc llvm clang libgmp-dev libtommath-dev
test_script:
- sh: scripts/coverage_toolchains.sh

Expand All @@ -35,7 +35,7 @@ for:
only:
- job_name: macos
init:
- sh: brew install gmp libtommath
- sh: brew install gcc llvm gmp libtommath
test_script:
- sh: scripts/coverage_toolchains.sh

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup dependencies
run: sudo apt-get install -y libgmp-dev libtommath-dev
run: sudo apt-get install -y gcc llvm clang libgmp-dev libtommath-dev
- name: Coverage toolchains
run: scripts/coverage_toolchains.sh

Expand All @@ -20,7 +20,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup dependencies
run: brew install gmp libtommath
run: brew install gcc llvm gmp libtommath
- name: Coverage toolchains
run: scripts/coverage_toolchains.sh

Expand Down

0 comments on commit 85c8e20

Please sign in to comment.