aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci_travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci_travis.yml')
-rw-r--r--.github/workflows/ci_travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci_travis.yml b/.github/workflows/ci_travis.yml
index 23f0686..256e61c 100644
--- a/.github/workflows/ci_travis.yml
+++ b/.github/workflows/ci_travis.yml
@@ -46,6 +46,6 @@ jobs:
- name: Build Boost
run: python -m project.ci.boost --hint Travis -- --with-filesystem
- name: Build example project
- run: python -m project.ci.cmake --hint Travis --install
+ run: python -m project.ci.build --hint Travis --install
- name: Run example project
run: ./.ci/run_foo.ps1 (Join-Path $env:TRAVIS_BUILD_DIR .. build install bin foo)