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:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
#Test linux install script
|
||||||
linux-install:
|
linux-install:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
@ -25,6 +26,7 @@ jobs:
|
|||||||
kos32-gcc -v
|
kos32-gcc -v
|
||||||
kos32-g++ -v
|
kos32-g++ -v
|
||||||
|
|
||||||
|
#Test windows install script
|
||||||
windows-install:
|
windows-install:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
@ -47,6 +49,7 @@ jobs:
|
|||||||
kos32-gcc -v
|
kos32-gcc -v
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|
||||||
|
#Test Windows Installer
|
||||||
build-Installer:
|
build-Installer:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
@ -57,7 +60,8 @@ jobs:
|
|||||||
cmake -B ${{ github.workspace }}/build
|
cmake -B ${{ github.workspace }}/build
|
||||||
cmake --build ${{ github.workspace }}/build --target Installer
|
cmake --build ${{ github.workspace }}/build --target Installer
|
||||||
|
|
||||||
build-package:
|
# Test Package
|
||||||
|
package:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
rm -R /home/autobuild/tools/win32
|
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