We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e448e commit a793d8dCopy full SHA for a793d8d
.github/workflows/test_windows.yml
@@ -0,0 +1,23 @@
1
+name: Windows Build
2
+
3
+# Controls when the action will run.
4
+on: [push]
5
6
+jobs:
7
+ build:
8
+ permissions:
9
+ actions: write
10
+ pages: write
11
+ contents: write
12
+ runs-on: windows-2022
13
14
+ # Steps represent a sequence of tasks that will be executed as part of the job
15
+ steps:
16
+ - uses: actions/checkout@v3
17
18
+ - name: Enable Developer Command Prompt
19
+ uses: ilammy/msvc-dev-cmd@v1
20
21
+ - name: Build SimLibs
22
+ shell: cmd
23
+ run: build simlibs_debug
0 commit comments