mirror of
https://github.com/Egor00f/kolibrios-gcc-toolchain.git
synced 2024-11-21 17:03:48 +01:00
Update test.yml
+ Test compiler working in install.ps1 test + choco package test oj windows instead ubuntu
This commit is contained in:
parent
fe4d4bc277
commit
1a05d66976
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -54,6 +54,11 @@ jobs:
|
|||||||
- name: Run script
|
- name: Run script
|
||||||
run: ${{ github.workspace }}\install.ps1
|
run: ${{ github.workspace }}\install.ps1
|
||||||
|
|
||||||
|
- name: Test
|
||||||
|
run: |
|
||||||
|
kos32-gcc -v
|
||||||
|
kos32-g++ -v
|
||||||
|
|
||||||
#Test Windows Installer
|
#Test Windows Installer
|
||||||
build-Installer:
|
build-Installer:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
@ -143,7 +148,7 @@ jobs:
|
|||||||
|
|
||||||
# Test chocolatey package install/remove
|
# Test chocolatey package install/remove
|
||||||
chocolatey-package-test:
|
chocolatey-package-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: windows-latest
|
||||||
needs: chocolatey-package-build
|
needs: chocolatey-package-build
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user