Skip to content

Commit

Permalink
last fixup ?
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Jun 29, 2021
1 parent f9258db commit 6260571
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -17,15 +17,15 @@ jobs:
compiler: gcc
script:
- cmake --version
- cmake -S. -Bbuild -G "Ninja"
- cmake -S. -Bbuild
- cmake --build build --target all -v
- cmake --build build --target test -v
- cmake --build build --target install -v -- DESTDIR=dist
- os: linux
compiler: clang
script:
- cmake --version
- cmake -S. -Bbuild -G "Ninja"
- cmake -S. -Bbuild
- cmake --build build --target all -v
- cmake --build build --target test -v
- cmake --build build --target install -v -- DESTDIR=dist
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
compiler: gcc
script:
- cmake --version
- cmake -S. -Bbuild -G "Ninja"
- cmake -S. -Bbuild
- cmake --build build --target all -v
- cmake --build build --target test -v
- cmake --build build --target install -v -- DESTDIR=dist
Expand All @@ -70,7 +70,7 @@ jobs:
compiler: clang
script:
- cmake --version
- cmake -S. -Bbuild -G "Ninja"
- cmake -S. -Bbuild
- cmake --build build --target all -v
- cmake --build build --target test -v
- cmake --build build --target install -v -- DESTDIR=dist
Expand Down

0 comments on commit 6260571

Please sign in to comment.