Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
Commits
1bcc5e23
Commit
1bcc5e23
authored
Mar 24, 2019
by
Jesse Beder
Browse files
Switch build command to use cmake instead of make.
This allows it to be cross-platform.
parent
8f3b8dff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
.travis.yml
.travis.yml
+8
-9
No files found.
.travis.yml
View file @
1bcc5e23
language
:
cpp
language
:
cpp
os
:
-
linux
-
osx
-
windows
compiler
:
-
clang
-
gcc
before_install
:
before_install
:
-
|
-
|
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
...
@@ -20,10 +13,16 @@ before_script:
...
@@ -20,10 +13,16 @@ before_script:
-
cd build
-
cd build
-
cmake ..
-
cmake ..
script
:
script
:
-
make
-
c
make
--build .
-
test/run-tests
-
test/run-tests
matrix
:
matrix
:
ex
clude
:
in
clude
:
-
os
:
linux
-
os
:
linux
compiler
:
gcc
-
os
:
osx
compiler
:
clang
-
os
:
osx
compiler
:
gcc
-
os
:
windows
compiler
:
clang
compiler
:
clang
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment