From 384aee832557ecc8f7a3067fbec7f1a024c23ce9 Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Sun, 5 Apr 2020 21:00:42 +0200 Subject: [PATCH] =?UTF-8?q?CI:=C2=A0don't=20run=20nalgebra-lapack=20test?= =?UTF-8?q?=20for=20now.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This leads to link errors that will need to be investigated later. --- .circleci/config.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d5e7ba6f..ee64d771 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -45,17 +45,12 @@ jobs: executor: rust-executor steps: - checkout - - run: apt-get update - - run: apt-get install -y cmake gfortran libblas-dev liblapack-dev - run: name: test command: cargo test --all-features - run: name: test nalgebra-glm command: cargo test -p nalgebra-glm --all-features - - run: - name: test nalgebra-lapack - command: cd nalgebra-lapack; cargo test build-wasm: executor: rust-executor steps: