mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-21 09:30:55 +00:00
Update .travis.yml
This commit is contained in:
parent
2e0cb34559
commit
c9c77d33b8
@ -1,8 +1,11 @@
|
||||
os: osx
|
||||
language: cpp
|
||||
compiler: clang
|
||||
before_script: mkdir build
|
||||
script: cmake --build build --target mpw
|
||||
before_script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake ..
|
||||
script: make mpw
|
||||
before_install:
|
||||
- brew update
|
||||
- brew install lemon
|
||||
|
Loading…
Reference in New Issue
Block a user