projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d097f45
)
Clean from previous travis build before starting new one
author
Tobias Markus
<tobbi@mozilla-uk.org>
Sat, 14 Feb 2015 15:26:32 +0000
(16:26 +0100)
committer
Tobias Markus
<tobbi@mozilla-uk.org>
Sat, 14 Feb 2015 15:26:32 +0000
(16:26 +0100)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
364a1c8
..
66dfc75
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-47,6
+47,8
@@
before_install:
- (cd SDL2_image-$SDL2IMAGE_VERSION && ./configure --prefix=/usr && make -j5 && sudo make install)
script:
+ # Clean from previous Travis build
+- git clean -f
# First a debug build:
- mkdir build-debug
- cd build-debug