add test package & set version to 0.1.1

This commit is contained in:
Егор 2024-11-08 11:50:40 +00:00
parent 205962bf75
commit 5deba53689
3 changed files with 18 additions and 2 deletions

View File

@ -47,4 +47,20 @@ jobs:
kos32-gcc -v
shell: cmd
build-package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build
run: ${{ github.workspace }}/./build-package.sh
- name: Install package
run: sudo apt install ${{ github.workspace }}/package.deb
- name: Test run
run: |
kos32-g++ -v
kos32-gcc -v

View File

@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "KolibriOS gcc toolchain"
#define MyAppVersion "0.1"
#define MyAppVersion "0.1.1"
#define MyAppPublisher "Egor00f"
#define MyAppURL "https://github.com/Egor00f/kolibrios-gcc-toolchain"

View File

@ -1,5 +1,5 @@
Package: kos32-gcc
Version: 0.1
Version: 0.1.1
Architecture: all
Section: devel
Description: KolibriOS gcc toolchain