Skip to content

Commit

Permalink
Fix travis try #1
Browse files Browse the repository at this point in the history
  • Loading branch information
CJLove committed Jul 9, 2020
1 parent 3300fbe commit 9b0810e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ before_install:
- tar zxf /tmp/cxxopts.tar.gz
- pushd cxxopts-* && mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && sudo make install && popd

# Install toml11
- wget https://github.com/ToruNiina/toml11/archive/v3.4.0.tar.gz -O /tmp/toml11.tar.gz
- tar zxf /tmp/toml11.tar.gz
- pushd toml11-* && mkdir build && cd build && cmake .. && sudo make install && popd

script:
- mkdir build
- cd build
Expand Down

0 comments on commit 9b0810e

Please sign in to comment.