Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtyls authored Mar 18, 2019
1 parent dcd46cf commit 3af0401
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
language: C++
compiler: gcc
script:
- pwd && ls
- mkdir build
- cd build && cmake -G "Unix Makefiles" ../ && make
#script:
#- pwd && ls
#- mkdir build
#- cd build && cmake -G "Unix Makefiles" ../ && make

jobs:
include:
- stage: "PWD"
name: "PWD TEST"
script:
- pwd
- ls
- script: echo "hello"
- stage: "BUILD"
script:
- mkdir build
- cd build && cmake -G "Unix Makefiles" ../ && make

0 comments on commit 3af0401

Please sign in to comment.