mirror of
https://github.com/godotengine/godot-git-plugin.git
synced 2026-01-07 06:10:00 +03:00
Delete main.yml
This commit is contained in:
29
.github/workflows/main.yml
vendored
29
.github/workflows/main.yml
vendored
@@ -1,29 +0,0 @@
|
||||
name: C/C++ CI
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build-ubuntu:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: linux-release
|
||||
run: ./build_libs_release.sh && scons platform=x11 target=release
|
||||
- name: linux-debug
|
||||
run: ./build_libs_debug.sh && scons platform=x11 target=debug
|
||||
|
||||
build-windows:
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, windows-2016]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: windows-release
|
||||
run: ./build_libs_release.bat & scons platform=windows target=release
|
||||
- name: windows-debug
|
||||
run: ./build_libs_debug.bat & scons platform=windows target=debug
|
||||
Reference in New Issue
Block a user