Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-build
Commits
8ea1f91e
Commit
8ea1f91e
authored
Mar 10, 2021
by
John van Groningen
Browse files
in clean-classic for linux-arm64 add Gast library
parent
cad2e135
Pipeline
#49828
passed with stage
in 19 minutes and 38 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
clean-classic/linux-arm64/build_clean.sh
View file @
8ea1f91e
...
...
@@ -22,10 +22,10 @@ cp write_clean_manual/CleanLanguageReport?*.html clean/doc/CleanLanguageReportHt
cp
htoclean/Clean.h clean/doc
cp
htoclean/CallingCFromClean.html clean/doc
mkdir
-p
clean/doc/Examples
cp
-r
htoclean/Examples/
*
.[ch] clean/doc/Examples
cp
-r
htoclean/Examples/
*
.[id]cl clean/doc/Examples
cp
-r
htoclean/Examples/
*
.prj clean/doc/Examples
cp
-r
htoclean/Examples/
*
.bat clean/doc/Examples
cp
htoclean/Examples/
*
.[ch] clean/doc/Examples
cp
htoclean/Examples/
*
.[id]cl clean/doc/Examples
cp
htoclean/Examples/
*
.prj clean/doc/Examples
cp
htoclean/Examples/
*
.bat clean/doc/Examples
mkdir
-p
clean/man/man1
cp
clm/clm.1 clean/man/man1
...
...
@@ -38,6 +38,9 @@ done
mkdir
-p
clean/data/Generics
cp
clean-libraries/Libraries/GenLib/
*
.[id]cl clean/data/Generics/
mkdir
-p
clean/data/Gast
cp
-r
-t
clean/data/Gast clean-libraries/Libraries/Gast/
*
mkdir
-p
clean/data/StdLib
cp
clean-libraries/Libraries/StdLib/
*
.[id]cl clean/data/StdLib/
...
...
clean-classic/linux-arm64/build_libraries.sh
View file @
8ea1f91e
...
...
@@ -4,6 +4,10 @@
mkdir
-p
clean-libraries/Libraries
mv
git/clean-libraries/Libraries/
*
clean-libraries/Libraries/
(
cd
git/gast
;
git checkout master Libraries/Gast.dcl Libraries/Gast.icl Libraries/Gast
)
mkdir
-p
clean-libraries/Libraries
mv
git/gast/Libraries clean-libraries/Libraries/Gast/
(
cd
git/clean-platform
;
git checkout master .
)
mkdir
clean-platform
mv
git/clean-platform/
*
clean-platform/
...
...
clean-classic/linux-arm64/get_sources.sh
View file @
8ea1f91e
...
...
@@ -9,6 +9,7 @@ cd git
../clean-classic/linux-arm64/git_clone_no_checkout_depth_1.sh clean-and-itasks/clm.git clm
../clean-classic/linux-arm64/git_clone_no_checkout_depth_1.sh clean-and-itasks/clean-ide.git clean-ide
../clean-classic/linux-arm64/git_clone_no_checkout_depth_1.sh clean-and-itasks/clean-libraries.git clean-libraries
../clean-classic/linux-arm64/git_clone_no_checkout_depth_1.sh clean-and-itasks/gast.git gast
../clean-classic/linux-arm64/git_clone_no_checkout_depth_1.sh clean-and-itasks/clean-platform.git clean-platform
cd
..
mkdir
svn
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment