Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NPDet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Chao Peng
NPDet
master
NPDet
bin
do_build
Find file
Normal view
Permalink
do_build
54 B
Newer
Older
Blame preferences
Learn to ignore specific revisions
CI build improvement.
Whitney Armstrong
committed
Dec 19, 2017
1
#!/bin/bash
Updated build for new container
Sylvester Joosten
committed
Jul 25, 2020
2
mkdir
build
CI build improvement.
Whitney Armstrong
committed
Dec 19, 2017
3
cd
build
Updated build for new container
Sylvester Joosten
committed
Jul 25, 2020
4
cmake ..
modified: .gitlab-ci.yml
Whitney Armstrong
committed
Jul 22, 2020
5
make
-j30