Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
b1ad99cd
Commit
b1ad99cd
authored
Jan 29, 2021
by
longpanda
Browse files
update CI script
parent
715f4108
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
.github/workflows/ci.yml
.github/workflows/ci.yml
+4
-1
Dockerfile
Dockerfile
+1
-1
INSTALL/all_in_one.sh
INSTALL/all_in_one.sh
+1
-1
No files found.
.github/workflows/ci.yml
View file @
b1ad99cd
...
@@ -27,4 +27,7 @@ jobs:
...
@@ -27,4 +27,7 @@ jobs:
with
:
with
:
name
:
ventoy-livecd
name
:
ventoy-livecd
path
:
INSTALL/ventoy-*livecd*
path
:
INSTALL/ventoy-*livecd*
-
uses
:
actions/upload-artifact@v2
with
:
name
:
build-log
path
:
DOC/build.log
Dockerfile
View file @
b1ad99cd
...
@@ -14,4 +14,4 @@ CMD cd /ventoy \
...
@@ -14,4 +14,4 @@ CMD cd /ventoy \
&& wget -O EDK2/edk2-edk2-stable201911.zip https://codeload.github.com/tianocore/edk2/zip/edk2-stable201911 \
&& wget -O EDK2/edk2-edk2-stable201911.zip https://codeload.github.com/tianocore/edk2/zip/edk2-stable201911 \
&& wget -P /opt/ https://releases.linaro.org/components/toolchain/binaries/7.4-2019.02/aarch64-linux-gnu/gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu.tar.xz \
&& wget -P /opt/ https://releases.linaro.org/components/toolchain/binaries/7.4-2019.02/aarch64-linux-gnu/gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu.tar.xz \
&& wget -P /opt/ https://toolchains.bootlin.com/downloads/releases/toolchains/aarch64/tarballs/aarch64--uclibc--stable-2020.08-1.tar.bz2 \
&& wget -P /opt/ https://toolchains.bootlin.com/downloads/releases/toolchains/aarch64/tarballs/aarch64--uclibc--stable-2020.08-1.tar.bz2 \
&& cd INSTALL && ls -la && sh all_in_one.sh CI
&& cd INSTALL && ls -la && sh all_in_one.sh CI
> DOC/build.log 2>&1
INSTALL/all_in_one.sh
View file @
b1ad99cd
...
@@ -64,7 +64,7 @@ cd $VTOY_PATH/INSTALL
...
@@ -64,7 +64,7 @@ cd $VTOY_PATH/INSTALL
if
[
"
$1
"
=
"CI"
]
;
then
if
[
"
$1
"
=
"CI"
]
;
then
Ver
=
$(
date
+%m%d%H%M
)
Ver
=
$(
date
+%m%d%H%M
)
sed
"s/VENTOY_VERSION=.*/VENTOY_VERSION=
$Ver
/"
-i
./grub/grub.cfg
sed
"s/VENTOY_VERSION=.*/VENTOY_VERSION=
\"
$Ver
\"
/"
-i
./grub/grub.cfg
fi
fi
sh ventoy_pack.sh
||
exit
1
sh ventoy_pack.sh
||
exit
1
...
...
Write
Preview
Markdown
is supported
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