-
Notifications
You must be signed in to change notification settings - Fork 3
41 lines (32 loc) · 765 Bytes
/
Copy pathmakefile.yml
File metadata and controls
41 lines (32 loc) · 765 Bytes
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
32
33
34
35
36
37
38
39
40
41
name: Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# - name: configure
# run: ./configure
- name: Build
run: make
# - name: Run check
# run: make check
# - name: Run distcheck
# run: make distcheck
- name: Upload quickinstall release
uses: actions/upload-artifact@v7
with:
name: quickinstall
archive: false
path: dist/RoR2UA.zip
- name: Upload Thunderstore release
uses: actions/upload-artifact@v7
with:
name: thunderstore-release
archive: false
path: dist/RoR2UA-Thunderstore.zip