Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Merge pull request #220 from maximedelboo/master#312

Merge pull request #220 from maximedelboo/master

Merge pull request #220 from maximedelboo/master #312

Workflow file for this run

name:Compile Test
on:
push:
branches:
-master
env:
simba-download:https://github.com/Villavu/Simba/releases/download/simba1400-release/Simba-Win32.exe
srl-download:https://github.com/Torwent/SRL-T.git
jobs:
compile:
runs-on:windows-latest
steps:
-name:Checkout
uses:actions/checkout@v4
-name:Setup Simba
shell:bash
run:|
cd ..
curl --retry 5 -L -o ./Simba.exe ${{ env.simba-download }}
mkdir ./Includes
git clone ${{ env.srl-download }}
mv ./SRL-T/ ./Includes/SRL-T/
cp -r ./WaspLib/ ./Includes/WaspLib/
echo '{$I SRL-T/osr.simba}{$I WaspLib/optional.simba}' > test.simba
-name:Test Compile Includes
shell:bash
run:|
cd ..
./Simba.exe --compile test.simba

[8]ページ先頭

©2009-2025 Movatter.jp