summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-12-12 17:32:46 (GMT)
committerGitHub <noreply@github.com>2020-12-12 17:32:46 (GMT)
commit4109797694aac0aa44f31bfc27f8008930189413 (patch)
treeabe15238c71e5f00c72cfedc6ed50b299d89b96a
parentdc50726e5a523372a93900def63a4f00357aebec (diff)
downloadDoxygen-4109797694aac0aa44f31bfc27f8008930189413.zip
Doxygen-4109797694aac0aa44f31bfc27f8008930189413.tar.gz
Doxygen-4109797694aac0aa44f31bfc27f8008930189413.tar.bz2
Update build_cmake.yml
-rw-r--r--.github/workflows/build_cmake.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index 6706130..cf51e64 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -18,6 +18,12 @@ jobs:
steps:
- uses: actions/checkout@v1
+ - name: Install Ninja
+ uses: seanmiddleditch/gha-setup-ninja@master
+
+ - name: Setup VS Environment
+ uses: seanmiddleditch/gha-setup-vsdevenv@master
+
- name: Configure
shell: cmake -P {0}
run: |
@@ -30,9 +36,6 @@ jobs:
-B build
-D CMAKE_BUILD_TYPE=$ENV{BUILD_TYPE}
-G Ninja
- -D CMAKE_MAKE_PROGRAM=ninja
- -D CMAKE_C_COMPILER_LAUNCHER=ccache
- -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
RESULT_VARIABLE result
)
if (NOT result EQUAL 0)