Skip to content

Commit

Permalink
Merge pull request #51 from librecores/jenkinsfile-basic
Browse files Browse the repository at this point in the history
Create Jenkinsfile
  • Loading branch information
oleg-nenashev authored Jan 21, 2019
2 parents e7ff351 + 7a92ab2 commit 63aa377
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Effectively runs on Master until we have a separate Docker agent
node('docker') {
checkout scm
sh "docker build -t librecores/librecores-ci-dev:test ."
// TODO(oleg_nenashev): add some test automation
}

0 comments on commit 63aa377

Please sign in to comment.