1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

core: merge "mkdir build" & cd build in .travis.yml

to "mkdir build;cd build"
This commit is contained in:
Mikaela Suomalainen
2014-05-03 20:42:22 +03:00
parent 586c9b3558
commit 1d7f72aff3
+1 -2
View File
@@ -8,8 +8,7 @@ before_script:
- ulimit -c unlimited
script:
- mkdir build
- cd build
- mkdir build;cd build
- cmake .. -DCMAKE_BUILD_TYPE=Debug
- make
- sudo make install