diff options
| author | Sébastien Crozet <developer@crozet.re> | 2020-09-01 18:14:48 +0200 |
|---|---|---|
| committer | Sébastien Crozet <developer@crozet.re> | 2020-09-01 18:14:48 +0200 |
| commit | 763b9092422fd5677ffd47ec1b081951dc1c63e4 (patch) | |
| tree | c66a9aa0f8a4a0b6c54f069e291fa2f12cc16ea3 | |
| parent | 221787c978e9105a7e1505c9ea702ed670f1441a (diff) | |
| download | rapier-collider_removal.tar.gz rapier-collider_removal.tar.bz2 rapier-collider_removal.zip | |
CI: remove use of the nonexistent "fluid" feature.collider_removal
| -rw-r--r-- | .circleci/config.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index a2414f7..c0722a9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -55,12 +55,6 @@ jobs: - run: name: check rapier-examples-3d command: cargo check -j 1 --verbose -p rapier-examples-3d; - - run: - name: check rapier_testbed2d with fluids - command: cd build/rapier_testbed2d && cargo check --verbose --features=fluids; - - run: - name: check rapier_testbed3d with fluids - command: cd build/rapier_testbed3d && cargo check --verbose --features=fluids; build-wasm: executor: rust-executor steps: |
