summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorsethg <sethg@geographika.co.uk>2022-09-27 11:01:35 +0200
committersethg <sethg@geographika.co.uk>2022-09-27 11:01:35 +0200
commit1d47e11da960af502a09cd9d22a5832fa9413143 (patch)
treecfe8b849d4c7afa41d128f39562108f8c781a504 /.github
parent730e49d379cad28dcbafe63c1d51b1a9bc68b9ee (diff)
downloadswig-1d47e11da960af502a09cd9d22a5832fa9413143.tar.gz
Build and Install are in the same command
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nuget.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml
index 706344964..ca858b439 100644
--- a/.github/workflows/nuget.yml
+++ b/.github/workflows/nuget.yml
@@ -31,7 +31,7 @@ jobs:
nuget install Bison -Version 3.7.4 -OutputDirectory C:\Tools\bison
nuget install PCRE2 -Version 10.39 -OutputDirectory C:\Tools\pcre2
- - name: Build
+ - name: Build and Install
shell: powershell
run: |
$env:PATH="C:\Tools\CMake\CMake-win64.3.15.5\bin;C:\Tools\bison\Bison.3.7.4\bin;" + $env:PATH
@@ -45,10 +45,6 @@ jobs:
-DPCRE2_INCLUDE_DIR="$PCRE_ROOT/include" `
-DPCRE2_LIBRARY="$PCRE_ROOT/lib/pcre2-8-static.lib" `
-S . -B build
-
- - name: Install
- shell: powershell
- run: |
cmake --build build --config Release --target install
- name: Test