Update build (#538)
* Build loadup (#1) * Add new GitHub action to create medley release * Update to manual trigger with release name as input * Build loadup (#2) * Add new GitHub action to create medley release * Update to manual trigger with release name as input * Cleanup * Build loadup (#3) * Add new GitHub action to create medley release * Update to manual trigger with release name as input * Cleanup * Cleanup * Build loadup (#4) * Add new GitHub action to create medley release * Update to manual trigger with release name as input * Cleanup * Cleanup * Build loadup (#5) * Add new GitHub action to create medley release * Update to manual trigger with release name as input * Cleanup * Cleanup * Move sysouts to correct location * Set root directory to medley
This commit is contained in:
48
.github/workflows/buildLoadup.yml
vendored
48
.github/workflows/buildLoadup.yml
vendored
@@ -50,32 +50,34 @@ jobs:
|
||||
run: |
|
||||
cp -p tmp/full.sysout tmp/lisp.sysout tmp/*.dribble tmp/whereis.hash loadups/
|
||||
cp -p tmp/exports.all tmp/RDSYS tmp/RDSYS.LCOM library/
|
||||
tar cfz tmp/$tag-loadups.tgz \
|
||||
loadups/lisp.sysout \
|
||||
loadups/full.sysout \
|
||||
loadups/whereis.hash \
|
||||
library/exports.all \
|
||||
library/RDSYS/ \
|
||||
library/RDSYS.LCOM
|
||||
cd ..
|
||||
tar cfz medley/tmp/$tag-loadups.tgz \
|
||||
medley/loadups/lisp.sysout \
|
||||
medley/loadups/full.sysout \
|
||||
medley/loadups/whereis.hash \
|
||||
medley/library/exports.all \
|
||||
medley/library/RDSYS/ \
|
||||
medley/library/RDSYS.LCOM
|
||||
|
||||
- name: tar part 2
|
||||
run: |
|
||||
tar cfz tmp/$tag-runtime.tgz \
|
||||
--exclude "*~" --exclude "*#*" \
|
||||
docs/dinfo \
|
||||
docs/Documentation\ Tools \
|
||||
greetfiles/SIMPLE-INIT \
|
||||
run-medley \
|
||||
scripts \
|
||||
fonts/displayfonts \
|
||||
fonts/altofonts \
|
||||
fonts/postscriptfonts \
|
||||
library/ \
|
||||
lispusers/ \
|
||||
fonts/big \
|
||||
fonts/other \
|
||||
sources/ \
|
||||
internal/library
|
||||
cd ..
|
||||
tar cfz medley/tmp/$tag-runtime.tgz \
|
||||
--exclude "*~" --exclude "*#*" \
|
||||
medley/docs/dinfo \
|
||||
medley/docs/Documentation\ Tools \
|
||||
medley/greetfiles/SIMPLE-INIT \
|
||||
medley/run-medley \
|
||||
medley/scripts \
|
||||
medley/fonts/displayfonts \
|
||||
medley/fonts/altofonts \
|
||||
medley/fonts/postscriptfonts \
|
||||
medley/library/ \
|
||||
medley/lispusers/ \
|
||||
medley/fonts/big \
|
||||
medley/fonts/other \
|
||||
medley/sources/ \
|
||||
medley/internal/library
|
||||
|
||||
- name: Release notes
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user