Исправление системы сборки
This commit is contained in:
parent
405467fdf1
commit
e7113d6c5d
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@ -13,9 +13,18 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: install Python3
|
||||
run: sudo apt install python3
|
||||
|
||||
- name: build
|
||||
run: python3 build.py
|
||||
- name: check
|
||||
run: ./build.sh
|
||||
|
||||
- name: check root dir
|
||||
run: ls -la
|
||||
|
||||
- name: check iso_root
|
||||
run: ls -la iso_root
|
||||
|
||||
- name: check bin
|
||||
run: ls -la bin
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
python3 build.py
|
||||
./build.sh
|
||||
cp kernel.elf x86_64-kernel.elf
|
||||
cp mseos.hdd x86_64-mseos.hdd
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 1
|
||||
#define VERSION_BUILD 22
|
||||
#define VERSION_BUILD 24
|
||||
|
Loading…
Reference in New Issue
Block a user