mirror of
https://github.com/Egor00f/kolibrios-gcc-toolchain.git
synced 2024-11-24 09:43:48 +01:00
add description & use dpkg instead apt in package test
This commit is contained in:
parent
2ff32eb06a
commit
51ad12be50
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
||||
cmake --build ${{ github.workspace }}/build --target Package
|
||||
|
||||
- name: Install package
|
||||
run: sudo apt install ${{ github.workspace }}/package.deb
|
||||
run: sudo dpkg -i ${{ github.workspace }}/package.deb
|
||||
|
||||
- name: Add toolchain to path
|
||||
run: echo "/home/autobuild/tools/win32/bin" >> $GITHUB_PATH
|
||||
|
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
@ -2,6 +2,7 @@
|
||||
"recommendations": [
|
||||
"chouzz.vscode-innosetup",
|
||||
"streetsidesoftware.code-spell-checker",
|
||||
"streetsidesoftware.code-spell-checker-russian"
|
||||
"streetsidesoftware.code-spell-checker-russian",
|
||||
"ms-vscode.cmake-tools"
|
||||
]
|
||||
}
|
@ -2,7 +2,6 @@ Package: kos32-gcc
|
||||
Version: 0.1.1
|
||||
Architecture: all
|
||||
Section: devel
|
||||
Description: KolibriOS gcc toolchain
|
||||
Depends: libc6-i386:amd64, libmpc3:amd64
|
||||
Pre-Depends: p7zip, wget
|
||||
Recommends: fasm
|
||||
@ -10,3 +9,5 @@ Priority: optional
|
||||
Origin: https://github.com/Egor00f/kolibrios-gcc-toolchain
|
||||
Maintainer: Egor00f <velikiydolbayeb@gmail.com>
|
||||
Installed-Size: 131708
|
||||
Description: KolibriOS gcc toolchain installer
|
||||
This package installing KolibriOS gcc toolchain.
|
Loading…
Reference in New Issue
Block a user