Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
1e96b99c
Commit
1e96b99c
authored
Sep 25, 2016
by
Jonathan Wilkes
Browse files
first test with expanding the automated build scripts
parent
c67822de
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1e96b99c
before_script
:
-
apt-get update -qq && apt-get upgrade -qq
build_package
:
script
:
-
echo `pwd`
-
cd l2ork_addons
-
./tar_em_up.sh -b
artifacts
:
paths
:
-
../*.deb
-
sudo apt-get -qq purge -y pd-l2ork > /dev/null || echo "couldn't purge..."
-
sudo DEBIAN_FRONTEND=noninteractive apt-get -qq -y update > /dev/null
-
sudo DEBIAN_FRONTEND=noninteractive apt-get -qq -y upgrade > /dev/null
debian_stable_i386_deb
:
tags
:
-
debian
-
stable
-
i386
script
:
-
echo `pwd`
-
cd l2ork_addons
-
./tar_em_up.sh -b
artifacts
:
paths
:
-
a.out
debian_stable_amd64_deb
:
tags
:
-
debian
-
stable
-
amd64
script
:
-
gcc hi.c
ubuntu_14.04_i386_deb
:
tags
:
-
ubuntu
-
v14.04
-
i386
script
:
-
echo `pwd`
-
cd l2ork_addons
-
./tar_em_up.sh -b
ubuntu_14.04_amd64_deb
:
tags
:
-
ubuntu
-
v14.04
-
amd64
script
:
-
echo `pwd`
-
cd l2ork_addons
-
./tar_em_up.sh -b
ubuntu_16.04_amd64_deb
:
tags
:
-
ubuntu
-
v16.04
-
amd64
script
:
-
echo `pwd`
-
cd l2ork_addons
-
./tar_em_up.sh -b
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