Skip to content

Commit

Permalink
githubactions: add workflow for Windows 32
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Apr 24, 2024
1 parent 36933f6 commit 2b02194
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_win32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
ls 'C:\Program Files (x86)\Go\bin'
&'C:\Program Files (x86)\Go\bin\go.exe' mod tidy
# go generate ./...
# go build -o bin/yubihsm-connector.exe
# cp bin/yubihsm-connector.exe artifact\
#
# ./bin/yubihsm-connector.exe version
# ./bin/yubihsm-connector.exe --help
&'C:\Program Files (x86)\Go\bin\go.exe' generate ./...
&'C:\Program Files (x86)\Go\bin\go.exe' build -o bin/yubihsm-connector.exe
cp bin/yubihsm-connector.exe artifact\
#
./bin/yubihsm-connector.exe version
./bin/yubihsm-connector.exe --help

# cd resources/win-installer
# & cmd /c '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsMSBuildCmd.bat" && msbuild YubiHSMConnectorInstaller.sln /p:Configuration=Release'
# cp x64/Release/yubihsm-connector-windows-amd64.msi ../../artifact/
Expand Down

0 comments on commit 2b02194

Please sign in to comment.