Skip to content

Commit

Permalink
ci: add int128_struct tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasnick committed Nov 3, 2022
1 parent beafb55 commit 74f9923
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ task:
- env: {WIDEMUL: int64, RECOVERY: yes}
- env: {WIDEMUL: int64, ECDH: yes, SCHNORRSIG: yes}
- env: {WIDEMUL: int128}
- env: {WIDEMUL: int128_struct}
- env: {WIDEMUL: int128, RECOVERY: yes, SCHNORRSIG: yes}
- env: {WIDEMUL: int128, ECDH: yes, SCHNORRSIG: yes}
- env: {WIDEMUL: int128, ASM: x86_64}
Expand Down Expand Up @@ -272,6 +273,10 @@ task:
EXPERIMENTAL: yes
SCHNORRSIG: yes
CTIMETEST: no
HOST: x86_64-w64-mingw32
CC: /opt/msvc/bin/x64/cl
AR: /opt/msvc/bin/x64/lib
NM: /opt/msvc/bin/x64/dumpbin -symbols -headers

This comment has been minimized.

Copy link
@real-or-random

real-or-random Nov 5, 2022

Now that you moved this block, I think the comment "Use a MinGW-w64 host ..." should also be moved above the block again.

This comment has been minimized.

Copy link
@jonasnick

jonasnick Nov 5, 2022

Author Owner

thx, fixed

# Set non-essential options that affect the CLI messages here.
# (They depend on the user's taste, so we don't want to set them automatically in configure.ac.)
CFLAGS: -nologo -diagnostics:caret
Expand All @@ -281,11 +286,9 @@ task:
# the MSVC tools CC, AR and NM as specified below.
matrix:
- name: "x86_64 (MSVC): Windows (Debian stable, Wine)"
- name: "x86_64 (MSVC): Windows (Debian stable, Wine, int128_struct)"
env:
HOST: x86_64-w64-mingw32
CC: /opt/msvc/bin/x64/cl
AR: /opt/msvc/bin/x64/lib
NM: /opt/msvc/bin/x64/dumpbin -symbols -headers
WIDEMUL: int128_struct
- name: "i686 (MSVC): Windows (Debian stable, Wine)"
env:
HOST: i686-w64-mingw32
Expand Down

0 comments on commit 74f9923

Please sign in to comment.