mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-05 04:34:23 +02:00
parent
399acf00c7
commit
007182b117
11 changed files with 56 additions and 97 deletions
19
.github/workflows/main.yml
vendored
19
.github/workflows/main.yml
vendored
|
@ -25,3 +25,22 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Build for supported platforms on Ubuntu
|
||||
run: docker-compose run build-ubuntu
|
||||
build-windows:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
- uses: ilammy/msvc-dev-cmd@v1
|
||||
- name: Install SCons software construction tool
|
||||
run: choco install python3 && python -m pip install scons
|
||||
- name: Build for Windows 64-bit using MSVC
|
||||
run: |
|
||||
cd addons/godot_xterm/native/external/godot-cpp
|
||||
scons platform=windows target=release bits=64 generate_bindings=yes
|
||||
cd ../../
|
||||
scons platform=windows target=release bits=64
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: bin
|
||||
path: addons/godot_xterm/native/bin/*.dll
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue