Skip to content

Commit

Permalink
Merge branch 'CI' into blackbox20
Browse files Browse the repository at this point in the history
  • Loading branch information
aixp committed Sep 5, 2024
2 parents 060eddd + 1fd9a8e commit 8a33176
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/linux_deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ jobs:
- name: Build the application
run: ./build-linux

- name: Build append
run: |
ln -s packaging/Deb
./run-dev0 <<DATA
DevCompiler.CompileSubs Deb
DATA
./run-dev0 <<DATA
DevLinker1.LinkElf `uname -s` append := Kernel$+ Utf LinKernel Files LinEnv LinFiles Math Strings Meta Log Services Fonts Dialog Ports Stores Sequencers Converters Models Views StdInterpreter Console LinConsole ConsFonts Controllers Properties Mechanisms Containers Dates Printers Printing Documents Windows ConsWindows LinDates LinIntDialog StdRegistry StdDialog TextModels TextMappers TextRulers TextSetters TextViews TextControllers ConsLog StdApi StdCmds StdCoder DebAppend
DATA
mv append packaging/Deb/
- name: Build the .deb package
run: ./makePackage
working-directory: packaging/Deb
Expand Down

0 comments on commit 8a33176

Please sign in to comment.