mirror of
https://github.com/Egor00f/kolibrios-gcc-toolchain.git
synced 2024-11-21 17:03:48 +01:00
fix postrm && add comments to test.yml
This commit is contained in:
parent
6cd179035c
commit
a882106a25
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user