mirror of
https://github.com/ksherlock/mpw.git
synced 2026-04-26 04:18:21 +00:00
Update .travis.yml
This commit is contained in:
+5
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user