File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,11 @@ name: Build on Windows
22
33on :
44 push :
5- branches : [ci-test]
5+ branches :
6+ - ' **'
7+ pull_request :
8+ branches :
9+ - ' **'
610 workflow_dispatch :
711
812jobs :
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
You can’t perform that action at this time.
0 commit comments