Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
borg-binaries
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Borg Binary Builder
borg-binaries
Commits
f88a5b34
Commit
f88a5b34
authored
Sep 28, 2018
by
Johann Bauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add .travis.yml for CI build
parent
81aa1690
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
.travis.yml
.travis.yml
+16
-0
No files found.
.travis.yml
0 → 100644
View file @
f88a5b34
sudo
:
required
language
:
bash
services
:
-
docker
before_install
:
-
docker -v
-
mkdir /tmp/borg-binaries
script
:
-
./build.sh $ARCH
-
./extract.sh $ARCH /tmp/borg-binaries
after_script
:
-
md5sum /tmp/borg-binaries/*
env
:
-
ARCH="armel" NAME="armv5"
-
ARCH="armv7hf" NAME="armv7"
-
ARCH="aarch64" NAME="arm64"
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