Skip to content

Commit 2b02194

Browse files
committed
githubactions: add workflow for Windows 32
1 parent 36933f6 commit 2b02194

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build_win32.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
ls 'C:\Program Files (x86)\Go\bin'
2727
2828
&'C:\Program Files (x86)\Go\bin\go.exe' mod tidy
29-
# go generate ./...
30-
# go build -o bin/yubihsm-connector.exe
31-
# cp bin/yubihsm-connector.exe artifact\
32-
#
33-
# ./bin/yubihsm-connector.exe version
34-
# ./bin/yubihsm-connector.exe --help
29+
&'C:\Program Files (x86)\Go\bin\go.exe' generate ./...
30+
&'C:\Program Files (x86)\Go\bin\go.exe' build -o bin/yubihsm-connector.exe
31+
cp bin/yubihsm-connector.exe artifact\
3532
#
33+
./bin/yubihsm-connector.exe version
34+
./bin/yubihsm-connector.exe --help
35+
3636
# cd resources/win-installer
3737
# & cmd /c '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsMSBuildCmd.bat" && msbuild YubiHSMConnectorInstaller.sln /p:Configuration=Release'
3838
# cp x64/Release/yubihsm-connector-windows-amd64.msi ../../artifact/

0 commit comments

Comments
 (0)