aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/ci_travis.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-13 19:40:47 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-13 19:40:47 +0300
commit596dbc3aeed2b110f94c99b6168fc464cb03ec6b (patch)
treeb0efcc86700220f1271f0e760983ee27eb070617 /.github/workflows/ci_travis.yml
parentremove excessive logging & obsolete project.ci.* packages (diff)
downloadcmake-common-596dbc3aeed2b110f94c99b6168fc464cb03ec6b.tar.gz
cmake-common-596dbc3aeed2b110f94c99b6168fc464cb03ec6b.zip
project.ci: add --hint parameter
This is a stupid workaround for testing other CI systems on GitHub Actions.
Diffstat (limited to '')
-rw-r--r--.github/workflows/ci_travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci_travis.yml b/.github/workflows/ci_travis.yml
index d3e8bf3..3dc1da5 100644
--- a/.github/workflows/ci_travis.yml
+++ b/.github/workflows/ci_travis.yml
@@ -49,10 +49,10 @@ jobs:
key: 'boost-${{ env.boost_version }}'
- name: Build Boost
- run: python -m project.ci.boost -- --with-filesystem
+ run: python -m project.ci.boost --hint Travis -- --with-filesystem
- name: Build example project
- run: python -m project.ci.cmake --install
+ run: python -m project.ci.cmake --hint Travis --install
- name: Run example project
run: |