Cleanup
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
name: Linux (OpenGL)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Apt Update
|
||||
run: sudo apt-get update
|
||||
- name: Apt Install
|
||||
run: sudo apt-get install libasound2-dev libxrandr-dev libxinerama-dev libgl1-mesa-dev libxi-dev libxcursor-dev libudev-dev libgtk-3-dev --yes --quiet
|
||||
- name: Get Submodules
|
||||
run: git submodule update --init --recursive
|
||||
- name: Compile
|
||||
run: |
|
||||
cd armorpaint
|
||||
../armorcore/Kinc/make --from ../armorcore -g opengl --compiler clang
|
||||
@@ -1,23 +0,0 @@
|
||||
name: Windows (Direct3D11)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Get Submodules
|
||||
run: git submodule update --init --recursive
|
||||
- name: Compile
|
||||
run: |
|
||||
cd armorpaint
|
||||
../armorcore/Kinc/make --from ../armorcore -g direct3d11
|
||||
Reference in New Issue
Block a user