Trying bionic, again, with -j2 flag
parent
a932d4bd5e
commit
632dcd0bf2
|
@ -2,7 +2,7 @@
|
||||||
# Check https://confluence.atlassian.com/x/5Q4SMw for more examples.
|
# Check https://confluence.atlassian.com/x/5Q4SMw for more examples.
|
||||||
# -----
|
# -----
|
||||||
# Our custom docker image from Docker Hub as the build environment.
|
# Our custom docker image from Docker Hub as the build environment.
|
||||||
image: dellaert/ubuntu-boost-tbb-eigen3:xenial
|
image: dellaert/ubuntu-boost-tbb-eigen3:bionic
|
||||||
|
|
||||||
pipelines:
|
pipelines:
|
||||||
default:
|
default:
|
||||||
|
@ -11,5 +11,5 @@ pipelines:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake -DGTSAM_USE_SYSTEM_EIGEN=ON -DGTSAM_USE_EIGEN_MKL=OFF ..
|
- cmake -DGTSAM_USE_SYSTEM_EIGEN=ON -DGTSAM_USE_EIGEN_MKL=OFF ..
|
||||||
- make -j4
|
- make -j2
|
||||||
- make -j4 check
|
- make -j2 check
|
|
@ -1,5 +1,5 @@
|
||||||
# Get the base Ubuntu image from Docker Hub
|
# Get the base Ubuntu image from Docker Hub
|
||||||
FROM ubuntu:xenial
|
FROM ubuntu:bionic
|
||||||
|
|
||||||
# Update apps on the base image
|
# Update apps on the base image
|
||||||
RUN apt-get -y update && apt-get install -y
|
RUN apt-get -y update && apt-get install -y
|
||||||
|
|
Loading…
Reference in New Issue