From c94e6789f81ec8c1998830229eb555e11a30ecd1 Mon Sep 17 00:00:00 2001 From: Arthur Carcano <53921575+krtab@users.noreply.github.com> Date: Fri, 11 Jun 2021 12:39:07 +0200 Subject: [PATCH] Attempt at CI --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..a2033a3 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,8 @@ +stages: + - build + +rust-latest: + stage: build + image: rust:latest + script: + - cargo test --verbose --features "sundials-sys/build-libraries" \ No newline at end of file