diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-03 22:04:53 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-03 22:04:57 +0200 |
commit | e5ecc9bb1f2c7de1800413927cece968c79ec3f0 (patch) | |
tree | a5239b1842c8d51891fb755b13b8aac9664ede6f /.github/workflows/ci_appveyor.yml | |
parent | project.cmake.build -> project.build (diff) | |
download | cmake-common-e5ecc9bb1f2c7de1800413927cece968c79ec3f0.tar.gz cmake-common-e5ecc9bb1f2c7de1800413927cece968c79ec3f0.zip |
project.ci.cmake -> project.ci.build
Accordingly, rename ci-cmake to ci-build.
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/ci_appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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) |