fix postrm && add comments to test.yml

This commit is contained in:
Егор 2024-11-09 12:24:35 +00:00
parent 6cd179035c
commit a882106a25
2 changed files with 7 additions and 2 deletions

View File

@ -8,6 +8,7 @@ on:
workflow_dispatch:
jobs:
#Test linux install script
linux-install:
runs-on: ubuntu-latest
@ -25,6 +26,7 @@ jobs:
kos32-gcc -v
kos32-g++ -v
#Test windows install script
windows-install:
runs-on: windows-latest
steps:
@ -47,6 +49,7 @@ jobs:
kos32-gcc -v
shell: cmd
#Test Windows Installer
build-Installer:
runs-on: windows-latest
steps:
@ -57,7 +60,8 @@ jobs:
cmake -B ${{ github.workspace }}/build
cmake --build ${{ github.workspace }}/build --target Installer
build-package:
# Test Package
package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

View File

@ -1,4 +1,5 @@
#!/bin/bash
rm -R /home/autobuild/tools/win32
sed 'PATH=$PATH:/home/autobuild/tools/win32/bin' /etc/profile
sed -i 'PATH=$PATH:/home/autobuild/tools/win32/bin' /etc/profile