Skip to content

Commit

Permalink
Update c.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklonga authored Jun 8, 2021
1 parent 3aaa1a0 commit 67b2721
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,12 @@ jobs:
- name: Build
env:
OPT_LEVEL: ${{ matrix.opt_level }}
ARCH: ${{ matrix.targetplatform }}
TargetPlatform: ${{ matrix.targetplatform }}
run: make
- name: SIKEp434 x64
if: ${{ matrix.targetplatform == 'x64' }}
run: make test434 ARCH=x64
- name: SIKEp434 x86
if: ${{ matrix.targetplatform == 'x86' }}
run: make test434 ARCH=x86
- name: SIKEp434
if: ${{ !(matrix.opt_level == 'FAST' && matrix.targetplatform == 'x86') }}
run: make test434
- name: SIKEp503
run: make test503
- name: SIKEp610
Expand Down

0 comments on commit 67b2721

Please sign in to comment.