projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cb18d4
)
Disable pgsql in VS 2019 workflow
author
adrido
<robots_only_adrido@gmx.com>
Mon, 22 Jun 2020 15:17:36 +0000
(17:17 +0200)
committer
sfan5
<sfan5@live.de>
Mon, 22 Jun 2020 16:18:15 +0000
(18:18 +0200)
.github/workflows/build.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/build.yml
b/.github/workflows/build.yml
index 4def50925b7f8933ab776d35335ce2bdb2ed4813..ae359f5d8a7a89be6463cd50837641a9528ebc76 100644
(file)
--- a/
.github/workflows/build.yml
+++ b/
.github/workflows/build.yml
@@
-261,6
+261,7
@@
jobs:
cmake ${{matrix.config.generator}} `
-DCMAKE_TOOLCHAIN_FILE="${{ github.workspace }}\vcpkg\scripts\buildsystems\vcpkg.cmake" `
-DCMAKE_BUILD_TYPE=Release `
+ -DENABLE_POSTGRESQL=OFF `
-DRUN_IN_PLACE=${{ contains(matrix.type, 'portable') }} .
- name: Build