Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
jupyterhub-paris-saclay
image
Commits
23aff83c
Commit
23aff83c
authored
Sep 19, 2021
by
Nicolas M. Thiéry
Browse files
Added basic tests for C++/cling
parent
aa6f29d3
Pipeline
#136350
passed with stage
in 13 minutes and 7 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
.gitlab-ci.yml
.gitlab-ci.yml
+6
-0
test_cpp_packages.cpp
test_cpp_packages.cpp
+10
-0
No files found.
.gitlab-ci.yml
View file @
23aff83c
...
...
@@ -36,3 +36,9 @@ tests_R_packages:
stage
:
test
script
:
-
R < test_R_packages.r --no-save
tests_cpp_packages
:
stage
:
test
script
:
-
cling -std=c++14 < test_cpp_packages.cpp 2>&1 | tee log 2>&1 && test -z "`grep error log`"
-
cling -std=c++17 < test_cpp_packages.cpp 2>&1 | tee log 2>&1 && test -z "`grep error log`"
test_cpp_packages.cpp
0 → 100644
View file @
23aff83c
#include <xeus/xeus.hpp>
#include <xeus-cling/xeus_cling_config.hpp>
#include <xwidgets/xwidget.hpp>
#include <info-111.hpp>
#include <laby/laby.hpp>
#include <laby/global_fr.hpp>
int
main
()
{
return
1
;
}
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