-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync to latest grin master and fix missing verifier_cache (#599)
* Sync to latest grin master and fix missing verifier_cache * Copy CI fixes from grin master
- Loading branch information
Showing
6 changed files
with
79 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
steps: | ||
- script: | | ||
refreshenv && cargo test --all | ||
refreshenv | ||
LIBCLANG_PATH=C:\Program Files\LLVM\lib | ||
LLVM_CONFIG_PATH=C:\Program Files\LLVM\bin\llvm-config | ||
ROARING_ARCH=x86-64-v2 | ||
cargo test --all | ||
displayName: Windows Cargo Test | ||
condition: and(eq( variables['Agent.OS'], 'Windows_NT' ), eq( variables['CI_JOB'], 'test-all' )) | ||
- script: 'cargo test --all' | ||
- script: 'ROARING_ARCH=x86-64-v2 cargo test --all' | ||
displayName: macOS Cargo Test | ||
condition: and(eq( variables['Agent.OS'], 'Darwin' ), eq( variables['CI_JOB'], 'test-all' )) | ||
- script: '.ci/general-jobs' | ||
- script: 'ROARING_ARCH=x86-64-v2 .ci/general-jobs' | ||
displayName: Linux Cargo Test | ||
condition: eq( variables['Agent.OS'], 'Linux' ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.