Skip to content

Commit a793d8d

Browse files
committed
restore windows test on workflow
1 parent d2e448e commit a793d8d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/test_windows.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)