Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
b6bcc25b
Commit
b6bcc25b
authored
May 27, 2021
by
Robin Eschbach
Browse files
[ADD] python and doxygen to ci
parent
dce9e607
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
.gitlab-ci.yml
.gitlab-ci.yml
+12
-0
No files found.
.gitlab-ci.yml
View file @
b6bcc25b
...
...
@@ -23,6 +23,8 @@ create_directory_and_cmake___release:
libeigen3-dev
libnifti-dev
build-essential
python2
doxygen
script
:
-
ls
-
mkdir -p build
...
...
@@ -52,6 +54,8 @@ create_directory_and_cmake___debug:
libeigen3-dev
libnifti-dev
build-essential
python2
doxygen
script
:
-
ls
-
mkdir -p build
...
...
@@ -81,6 +85,8 @@ stylecheck_job:
libeigen3-dev
libnifti-dev
build-essential
python2
doxygen
script
:
-
pwd
-
cd build/release
...
...
@@ -107,6 +113,8 @@ doc_job:
libeigen3-dev
libnifti-dev
build-essential
python2
doxygen
script
:
-
doxygen --version
-
pwd
...
...
@@ -134,6 +142,8 @@ buildAndTest:
libeigen3-dev
libnifti-dev
build-essential
python2
doxygen
script
:
-
pwd
-
cd build/release
...
...
@@ -161,6 +171,8 @@ buildAndTestDebug:
libeigen3-dev
libnifti-dev
build-essential
python2
doxygen
script
:
-
pwd
-
cd build/debug
...
...
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