forked from larsbrinkhoff/lbForth
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move test-related files to test directory.
- Loading branch information
1 parent
bccdd76
commit 38ee1e5
Showing
8 changed files
with
7 additions
and
7 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,7 +1,7 @@ | ||
build: | ||
dependencies: | ||
override: | ||
- 'sh -e install-deps.sh install_linux' | ||
- 'sh -e test/install-deps.sh install_linux' | ||
tests: | ||
before: | ||
- 'make check M32= TARGET=x86 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ matrix: | |
env: TARGET=asmjs M32=-m32 JS=js24 | ||
- os: osx | ||
env: TARGET=asmjs M32=-m32 JS=nodejs | ||
install: sh -e install-deps.sh install_${TRAVIS_OS_NAME:-linux} | ||
install: sh -e test/install-deps.sh install_${TRAVIS_OS_NAME:-linux} | ||
script: make ${CHECK:-check} M32=$M32 TARGET=$TARGET OS=$OS | ||
notifications: | ||
email: [email protected] |
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
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
File renamed without changes.
File renamed without changes.