This reverts commit da6d44fc33.
This commit is contained in:
parent
a07b6447d9
commit
66e9ee1a69
16
.github/workflows/buildandruntests.yml
vendored
16
.github/workflows/buildandruntests.yml
vendored
|
|
@ -19,6 +19,7 @@ defaults:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
name: Prepare and build on Windows Server VM
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
|
|
@ -36,21 +37,6 @@ jobs:
|
|||
PABCNET_INC_BUILD: false
|
||||
PABCNET_VERBOSE: false
|
||||
|
||||
run-GitIgnoreTester:
|
||||
name: Run GitIgnoreTester
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Build project in Release-mode compile and run GitIgnoreTester
|
||||
run: |
|
||||
|
||||
dotnet build -c Release PascalABCNET.sln
|
||||
|
||||
cd .\bin
|
||||
pabcnetcclear GitIgnoreTester.pas
|
||||
GitIgnoreTester.exe NoWait
|
||||
|
||||
#- name: Publish artifacts (5/5)...
|
||||
# uses: actions/upload-artifact@v2
|
||||
# with:
|
||||
|
|
|
|||
|
|
@ -38,6 +38,9 @@ TestRunner.exe 5 1
|
|||
TestRunner.exe 6 1
|
||||
@IF %ERRORLEVEL% NEQ 0 GOTO ERROR
|
||||
|
||||
pabcnetcclear GitIgnoreTester.pas
|
||||
GitIgnoreTester.exe NoWait
|
||||
@IF %ERRORLEVEL% NEQ 0 GOTO ERROR
|
||||
cd ..
|
||||
|
||||
GOTO EXIT
|
||||
|
|
|
|||
Loading…
Reference in a new issue