Skip to content

Commit 70b8446

Browse files
committed
add on: stuff to gdext cross ci workflow
1 parent 2e89cab commit 70b8446

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed
Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
# GitHub Actions example
2+
name: Godot Cross Compilation
3+
4+
on:
5+
push:
6+
branches: ["master"]
7+
pull_request:
8+
branches: ["master"]
9+
10+
env:
11+
CARGO_TERM_COLOR: always
12+
213
jobs:
3-
build:
14+
build:
415
runs-on: ubuntu-latest
516
container:
6-
image: ufoot/godot-rust-cross-compiler
17+
image: ufoot/godot-rust-cross-compiler
718
steps:
8-
- uses: actions/checkout@v4
9-
- run: make cross
10-
- run: make export
19+
- uses: actions/checkout@v4
20+
- run: make cross
21+
- run: make export

0 commit comments

Comments
 (0)