mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 06:46:38 +02:00
core: do the "cd build" on its own line in .travis.yml
This commit is contained in:
+2
-1
@@ -6,7 +6,8 @@ before_install:
|
||||
- sudo mk-build-deps -i debian/control
|
||||
|
||||
script:
|
||||
- mkdir build;cd build
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake ..
|
||||
- make
|
||||
- sudo make install
|
||||
|
||||
Reference in New Issue
Block a user