deprecate old projects & reduce CI workload
10
.github/workflows/test.yml
vendored
@@ -6,7 +6,7 @@ jobs:
|
||||
test-core:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
haxe-version: [4.2.5]
|
||||
node-version: ['14']
|
||||
python-version: ['3.x']
|
||||
@@ -18,13 +18,8 @@ jobs:
|
||||
- KISS_TARGET=nodejs
|
||||
- KISS_TARGET=py
|
||||
- KISS_PROJECT=aoc
|
||||
- KISS_PROJECT=asciilib
|
||||
# TODO bump-version
|
||||
- KISS_PROJECT=flixel-ascii-game
|
||||
- KISS_PROJECT=flixel-desktop-habit-puzzle-game
|
||||
- KISS_PROJECT=flixel-desktop-handloose
|
||||
- KISS_PROJECT=flixel-rpg-tutorial
|
||||
- KISS_PROJECT=godot-squash-the-creeps-3d
|
||||
# TODO hollywoo
|
||||
# TODO hollywoo-flixel
|
||||
# TODO iso-rpg-engine
|
||||
@@ -34,16 +29,15 @@ jobs:
|
||||
# TODO kiss-flixel
|
||||
- KISS_PROJECT=kiss-tools
|
||||
- KISS_PROJECT=kiss-vscode
|
||||
- KISS_PROJECT=leet-code
|
||||
# TODO lets-read
|
||||
- KISS_PROJECT=nat-archive-tool
|
||||
- KISS_PROJECT=nat-flixel-desktop-playground
|
||||
- KISS_PROJECT=nat-godot-playground
|
||||
- KISS_PROJECT=nat-globelet-playground
|
||||
- KISS_PROJECT=pdf-salad
|
||||
# TODO prokgen
|
||||
# TODO re-flex
|
||||
# skip requests-externs
|
||||
- KISS_PROJECT=sched
|
||||
fail-fast: true
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
0
projects/asciilib/test.sh → projects/_deprecated/asciilib/test.sh
Executable file → Normal file
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 984 B After Width: | Height: | Size: 984 B |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |