mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
scons and setup
This commit is contained in:
parent
f2a20c6813
commit
20ca170f5c
1 changed files with 1 additions and 3 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -1,5 +1,3 @@
|
||||||
# This is a basic workflow to help you get started with Actions
|
|
||||||
|
|
||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
# Controls when the action will run.
|
# Controls when the action will run.
|
||||||
|
@ -29,5 +27,5 @@ jobs:
|
||||||
run: pip install scons
|
run: pip install scons
|
||||||
|
|
||||||
- name: Setup GtkRadiant
|
- name: Setup GtkRadiant
|
||||||
run: scons.bat target=setup
|
run: python -m scons target=setup
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue