-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge K9 release preparation into release-masters
- Loading branch information
Showing
689 changed files
with
219,804 additions
and
35,228 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
language: c | ||
compiler: | ||
- gcc | ||
before_script: developers/travis/before_install.sh | ||
script: poly < tools/smart-configure.sml && bin/build $BUILDOPTS -nograph | ||
env: | ||
global: | ||
- PATH=$PATH:$HOME/bin LD_LIBRARY_PATH=$HOME/lib | ||
matrix: | ||
- ROOTPOLY=1 BUILDOPTS="-seq developers/travis/selftestseq" | ||
- ROOTPOLY= BUILDOPTS= | ||
- ROOTPOLY= BUILDOPTS=-expk | ||
- ROOTPOLY= BUILDOPTS="-seq developers/travis/selftestseq -selftest" | ||
- ROOTPOLY= BUILDOPTS="-expk -seq developers/travis/selftestseq -selftest" | ||
- ROOTPOLY= BUILDOPTS="-seq developers/travis/more_examples_seq -selftest" | ||
- ROOTPOLY= BUILDOPTS="-expk -seq developers/travis/more_examples_seq -selftest" |
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
Oops, something went wrong.