Commit dc568e6 1 parent 0afb193 commit dc568e6 Copy full SHA for dc568e6
File tree 1 file changed +13
-26
lines changed
1 file changed +13
-26
lines changed Original file line number Diff line number Diff line change 3
3
on :
4
4
push :
5
5
branches :
6
- - master
7
- - upcoming
6
+ - main
8
7
pull_request :
9
8
10
9
jobs :
22
21
- name : Checkout
23
22
uses : actions/checkout@v2
24
23
25
- - name : Checkout agbcc
26
- uses : actions/checkout@v2
27
- with :
28
- path : agbcc
29
- repository : pret/agbcc
30
-
31
24
- name : Install binutils
32
25
run : |
33
26
sudo apt update
@@ -36,28 +29,22 @@ jobs:
36
29
# gcc-arm-none-eabi is only needed for the modern build
37
30
# as an alternative to dkP
38
31
39
- - name : Install agbcc
40
- run : |
41
- ./build.sh
42
- ./install.sh ../
43
- working-directory : agbcc
32
+ - name : Poryscript Download
33
+ uses : robinraju/release-downloader@v1
34
+ with :
35
+ repository : ' huderlem/poryscript'
36
+ latest : true
37
+ fileName : ' poryscript-linux.zip'
38
+ extract : true
39
+ out-file-path : ' tools'
44
40
45
- - name : Agbcc
46
- env :
47
- MODERN : 0
48
- COMPARE : 0
49
- run : make -j${nproc} -O all
41
+ - name : Poryscript Install
42
+ run : |
43
+ sudo mv tools/poryscript-linux tools/poryscript
44
+ sudo chmod +x tools/poryscript/poryscript
50
45
51
46
- name : Modern
52
47
env :
53
48
MODERN : 1
54
49
COMPARE : 0
55
50
run : make -j${nproc} -O all
56
-
57
- - name : Test
58
- env :
59
- MODERN : 1
60
- TEST : 1
61
- run : |
62
- make -j${nproc} -O pokeemerald-test.elf
63
- make -j${nproc} check
You can’t perform that action at this time.
0 commit comments