Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Romain Casati
Basthon Kernel
Commits
b648c642
Commit
b648c642
authored
Feb 01, 2021
by
Romain Casati
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Gitlab CI setup for testing.
parent
39a03998
Pipeline
#385053
failed with stages
in 1 minute and 55 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
10 deletions
+24
-10
.gitlab-ci.yml
.gitlab-ci.yml
+24
-0
.gitlab-ci.yml.old
.gitlab-ci.yml.old
+0
-10
No files found.
.gitlab-ci.yml
0 → 100644
View file @
b648c642
image
:
debian:buster
stages
:
-
build
-
test
kernel-build
:
stage
:
build
script
:
-
apt-get update && apt-get install -y make git build-essential python3-pip python3-pytest
-
git clone --depth 1 https://github.com/emscripten-core/emsdk.git
-
cd emsdk && ./emsdk install --build=Release 1.38.44-fastcomp ; cd -
-
ln -s ../emsdk/fastcomp/emscripten/ extern/emscripten
-
make build install
pytest
:
stage
:
test
script
:
-
apt-get install -y python3-pytest
-
pytest --junitxml=test_report.xml tests/
artifacts
:
when
:
always
reports
:
junit
:
test_report.xml
.gitlab-ci.yml.old
deleted
100644 → 0
View file @
39a03998
image: debian:buster
pages:
script:
- apt-get update && apt-get install -y make python3-markdown pelican imagemagick
- cd www/ ; make html ; cd -
- mv www/output/ public/
artifacts:
paths:
- public/
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