Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Olm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
Olm
Commits
b1beadac
Commit
b1beadac
authored
6 years ago
by
David Baker
Browse files
Options
Downloads
Patches
Plain Diff
CircleCI config file
parent
04f58bb0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.circleci/config.yml
+23
-0
23 additions, 0 deletions
.circleci/config.yml
with
23 additions
and
0 deletions
.circleci/config.yml
0 → 100644
+
23
−
0
View file @
b1beadac
version
:
2
jobs
:
build
:
docker
:
-
image
:
trzeci/emscripten
working_directory
:
~/repo
steps
:
-
checkout
-
run
:
name
:
Native Compile
command
:
make
-
run
:
name
:
Native Tests
command
:
make test
-
run
:
name
:
JS Compile
command
:
make js
-
run
:
name
:
JS Tests
working_directory
:
~/repo/javascript
command
:
npm run test
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment