Skip to content

Commit 129d46d

Browse files
committed
ci: stop experimenting
1 parent ccfad73 commit 129d46d

1 file changed

Lines changed: 6 additions & 32 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: Build on Windows
22

33
on:
44
push:
5-
branches: [ci-test]
5+
branches:
6+
- '**'
7+
pull_request:
8+
branches:
9+
- '**'
610
workflow_dispatch:
711

812
jobs:
@@ -17,38 +21,8 @@ jobs:
1721
with:
1822
xmake-version: latest
1923

20-
21-
- name: Clone plugin-sdk
22-
run: |
23-
git clone https://github.com/DK22Pac/plugin-sdk.git plugin-sdk
24-
cd plugin-sdk
25-
git checkout 050d18b6e1770477deab81a40028a40277583d97
26-
shell: powershell
27-
28-
29-
- name: Set PLUGIN_SDK_DIR
30-
run: echo "PLUGIN_SDK_DIR=${{ github.workspace }}\plugin-sdk" >> $GITHUB_ENV
31-
shell: bash
32-
33-
34-
- name: Build plugin-sdk
35-
uses: microsoft/setup-msbuild@v1
36-
- name: Build plugin-sdk solution
37-
run: |
38-
cd plugin-sdk/tools/premake
39-
./premake5.exe vs2019
40-
cd ../../
41-
msbuild plugin.sln /p:Configuration=Release
42-
shell: powershell
43-
44-
4524
- name: Build server
4625
run: xmake build server
47-
26+
4827
- name: Build proxy
4928
run: xmake build proxy
50-
51-
- name: Build client
52-
run: xmake build client
53-
env:
54-
PLUGIN_SDK_DIR: ${{ github.workspace }}\plugin-sdk

0 commit comments

Comments
 (0)