Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Pine64
linux
Commits
defc72ec
Commit
defc72ec
authored
Mar 13, 2019
by
Marius Gripsgard
Committed by
Dalton Durst
Nov 30, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ci config
parent
0652f411
Pipeline
#223424660
passed with stage
in 10 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
0 deletions
+35
-0
.gitlab-ci.yml
.gitlab-ci.yml
+35
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
defc72ec
image
:
ubports/build-essential:bionic
variables
:
GIT_DEPTH
:
"
1"
build
:
stage
:
build
tags
:
-
build1-amd64
variables
:
ARCH
:
arm64
CROSS_COMPILE
:
aarch64-linux-gnu-
KBUILD_DEBARCH
:
arm64
LOCALVERSION
:
-pine64
before_script
:
-
apt update
-
apt install flex bc bison kmod cpio libssl-dev fakeroot rsync -y
script
:
-
rm -f *.{deb,dsc,gz} ||
true
-
rm -f ../*.{deb,dsc,gz} ||
true
# Remove commit hash from final deb names
-
touch .scmversion
-
make pinephone_defconfig
-
make -j$(nproc) deb-pkg
-
cp ../*.{deb,dsc,gz} .
artifacts
:
paths
:
-
"
*.deb"
-
"
*.dsc"
-
"
*.gz"
expire_in
:
2 months
cache
:
paths
:
-
"
*.o"
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