Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
artik_qt5_builder
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sami Nurmenniemi
artik_qt5_builder
Commits
eb589d69
Commit
eb589d69
authored
Nov 02, 2018
by
Sami Nurmenniemi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add "set -eu" to scripts
parent
42100e91
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
scripts/do_initial_build.sh
scripts/do_initial_build.sh
+2
-0
scripts/setup_docker_ubuntu_18.04.sh
scripts/setup_docker_ubuntu_18.04.sh
+2
-0
target_files/build_artik_qt5.sh
target_files/build_artik_qt5.sh
+2
-0
No files found.
scripts/do_initial_build.sh
View file @
eb589d69
...
...
@@ -38,6 +38,8 @@
##
#############################################################################
set
-eu
# Do initial build, rebuilding can be done with "scripts/docker_exec.sh build"
scripts/docker_exec.sh prepare
scripts/docker_exec.sh configure
...
...
scripts/setup_docker_ubuntu_18.04.sh
View file @
eb589d69
...
...
@@ -38,6 +38,8 @@
##
#############################################################################
set
-eu
# Set up docker for Ubuntu 18.04, instructions taken from
# https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-18-04
sudo
apt
install
-y
apt-transport-https ca-certificates curl software-properties-common
...
...
target_files/build_artik_qt5.sh
View file @
eb589d69
...
...
@@ -38,6 +38,8 @@
##
#############################################################################
set
-eu
JOBS
=
`
nproc
`
echo
"Build qt5 for Artik 530"
cd
qt5-build
...
...
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