Skip to content

Commit

Permalink
workflow to build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaCabiddu committed Oct 9, 2023
1 parent 5c51e03 commit 10a6590
Showing 1 changed file with 6 additions and 23 deletions.
29 changes: 6 additions & 23 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,12 @@ jobs:
uses: actions/checkout@v2
with:
submodules: recursive
- name: dependencies
- name: configure
run: |
choco install sqlite
- name: Set up Visual Studio shell
uses: egor-tensin/vs-shell@v2
with:
arch: x64
- name : link Sqlite3
run: |
cd C:/ProgramData/chocolatey/lib/SQLite/
ls
echo "===="
cd C:/ProgramData/chocolatey/lib/SQLite/tools
ls
lib /def:sqlite3.def
ls
cd D:/a/PHREESQL/PHREESQL
bash ./build.sh
mkdir build
cd build
cmake .. -G "Visual Studio 17 2022" ../phreesqlexe/
- name: build
shell: bash
run: |
echo "./build.sh"
- name: test
shell: bash
run: |
echo "./test.sh"
cd build
cmake --build . --parallel 8

0 comments on commit 10a6590

Please sign in to comment.