projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ea4d4f
)
Removing unneeded make directive
author
Tobias Markus
<tobbi@mozilla-uk.org>
Mon, 27 Oct 2014 09:51:32 +0000
(10:51 +0100)
committer
Tobias Markus
<tobbi@mozilla-uk.org>
Mon, 27 Oct 2014 09:51:32 +0000
(10:51 +0100)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
296c03e
..
b1ecc4d
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-46,13
+46,13
@@
script:
# First a debug build:
- mkdir build-debug
- cd build-debug
-- cmake .. -DCMAKE_BUILD_TYPE=Debug
-DCHECK_ASSETS=off
+- cmake .. -DCMAKE_BUILD_TYPE=Debug
- make VERBOSE=1 -j $(nproc)
# Then a release build:
- cd ..
- mkdir build-release
- cd build-release
-- cmake .. -DCMAKE_BUILD_TYPE=Release
-DCHECK_ASSETS=off
+- cmake .. -DCMAKE_BUILD_TYPE=Release
- make VERBOSE=1 -j $(nproc)
notifications: