Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
xerus
xerus
Commits
249e2c73
Commit
249e2c73
authored
May 30, 2017
by
Ben Huber
Browse files
fix gitlab ci
parent
680caf5a
Pipeline
#756
passed with stages
in 8 minutes and 27 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
249e2c73
...
...
@@ -10,7 +10,7 @@ stages:
job_build_homepage
:
stage
:
build_homepage
script
:
"
make
-C
doc
doc;
scp
-r
doc/html
xerusweb:libxerus.org-443"
script
:
"
cp
.config.mk.ci.gcc
config.mk;
make
-C
doc
doc;
scp
-r
doc/html
xerusweb:libxerus.org-443"
when
:
always
only
:
-
master
...
...
include/xerus.h
View file @
249e2c73
...
...
@@ -60,7 +60,6 @@
#include
"xerus/algorithms/adf.h"
#include
"xerus/algorithms/uqAdf.h"
#include
"xerus/algorithms/iht.h"
#include
"xerus/algorithms/crossApproximation.h"
#include
"xerus/algorithms/largestEntry.h"
#include
"xerus/examples/specificLowRankTensors.h"
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment