mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 03:51:18 +00:00
scons and setup
This commit is contained in:
parent
584fea0708
commit
f2a20c6813
1 changed files with 6 additions and 2 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -25,5 +25,9 @@ jobs:
|
||||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Check Python
|
- name: Install scons
|
||||||
run: python -V
|
run: pip install scons
|
||||||
|
|
||||||
|
- name: Setup GtkRadiant
|
||||||
|
run: scons.bat target=setup
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue