forked from EasyIME/PIME
-
Notifications
You must be signed in to change notification settings - Fork 7
31 lines (29 loc) · 792 Bytes
/
ci.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: Build
on:
push:
pull_request:
branches: [main]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: Unit tests
run: |
.\python\python3\virtualenv\Scripts\python.exe .\python\input_methods\hallelujah\test.py
- name: Use Install NSIS
uses: repolevedavaj/[email protected]
with:
nsis-version: 3.08
- name: Build IME Text Service
run: |
.\build_github_ci.bat
- name: Build the installer
run: |
cmd /C "C:\Program Files (x86)\NSIS\Bin\makensis.exe" ".\installer\installer.nsi"
- uses: actions/upload-artifact@v4
with:
name: Installer
path: installer/*.exe