From e5ecc9bb1f2c7de1800413927cece968c79ec3f0 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 3 Jul 2023 22:04:53 +0200 Subject: project.ci.cmake -> project.ci.build Accordingly, rename ci-cmake to ci-build. --- .github/workflows/ci_appveyor.yml | 2 +- .github/workflows/ci_github.yml | 2 +- .github/workflows/ci_travis.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci_appveyor.yml b/.github/workflows/ci_appveyor.yml index b1f5eab..1bd0625 100644 --- a/.github/workflows/ci_appveyor.yml +++ b/.github/workflows/ci_appveyor.yml @@ -48,6 +48,6 @@ jobs: - name: Build Boost run: python -m project.ci.boost --hint AppVeyor -- --with-filesystem - name: Build example project - run: python -m project.ci.cmake --hint AppVeyor --install + run: python -m project.ci.build --hint AppVeyor --install - name: Run example project run: ./.ci/run_foo.ps1 (Join-Path $env:APPVEYOR_BUILD_FOLDER .. build install bin foo) diff --git a/.github/workflows/ci_github.yml b/.github/workflows/ci_github.yml index bcac50c..96a52a2 100644 --- a/.github/workflows/ci_github.yml +++ b/.github/workflows/ci_github.yml @@ -47,6 +47,6 @@ jobs: - name: Build Boost run: python -m project.ci.boost -- --with-filesystem - name: Build example project - run: python -m project.ci.cmake --install --subdir examples/boost + run: python -m project.ci.build --install --subdir examples/boost - name: Run example project run: ./.ci/run_foo.ps1 (Join-Path $env:GITHUB_WORKSPACE .. build install bin foo) 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) -- cgit v1.2.3