Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Commit

Permalink
First attempt of getting Travis CI working.
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnall committed Jan 8, 2016
1 parent c798d51 commit ba1859f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: cpp
sudo: false
compiler: gcc
before_script:
- ./build/deps.sh
- ./build/run_gyp.sh
env:
- BUILD=Debug
- BUILD=Release
script: ./build/ninja -C out/$BUILD &&
./out/$BUILD/bare_tests &&
./out/$BUILD/crypto_tests &&
./out/$BUILD/monitor_tests
1 change: 0 additions & 1 deletion src/crypto/crypto.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,3 @@
},
],
}

0 comments on commit ba1859f

Please sign in to comment.