Skip to content

Commit

Permalink
Revert "FreeBSD attempt #2"
Browse files Browse the repository at this point in the history
This reverts commit c9483ec.
  • Loading branch information
Colin Vanden Heuvel committed Sep 5, 2019
1 parent c9483ec commit 5a90037
Showing 1 changed file with 4 additions and 66 deletions.
70 changes: 4 additions & 66 deletions contrib/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,73 +157,11 @@ linux:centos:test:
- cd build
- make test
dependencies: ["linux:centos:build"]


#----------------#
# Ubuntu Builder #
#----------------#

.ubuntu:
tags:
- linux
image:
name: nvidia/cuda:10.1-base-ubuntu18.04
entrypoint: ["/bin/bash", "-c"]
before_script:
- uname -a
- apt-get -y install cuda wget python software-properties-common locales
git cmake build-essential libboost-dev swig3.0 libeigen3-dev
libglfw3-dev libglm-dev libglew-dev freeglut3-dev libirrlicht-dev
libopenmpi-dev
- ldconfig
- wget https://bitbucket.org/blaze-lib/blaze/downloads/blaze-3.5.tar.gz
- cp blaze-3.5/blaze -r /usr/local/include
- git submodule init
- git submodule update
- mkdir -p build


linux:ubuntu1804:build:
stage: build
extends: .ubuntu
script:
- cd build
- cmake ../ $CHRONO_LINUX_SHARED -DENABLE_MODULE_DISTRIBUTED=TRUE
-DCMAKE_C_COMPILER=/usr/bin/gcc -DCMAKE_CXX_COMPILER=/usr/bin/g++
- make -j 8
artifacts:
expire_in: 30m
paths:
- build/


linux:ubuntu1804:test:
stage: test
needs: ["linux:ubuntu1804:build"]
extends: .ubuntu
script:
- cd build
- make test
dependencies: ["linux:ubuntu1804:build"]


linux:ubuntu1804:deploy:
stage: deploy
needs: ["linux:ubuntu1804:test"]
extends: .ubuntu
script:
- echo "Build PyChrono and deploy via Anaconda..."
- echo "**NOT YET IMPLEMENTED**"
environment:
name: pychrono-ubuntu1804
url: https://anaconda.org/projectchrono/pychrono
when: manual



#------------------#
# Windows Builders #
#------------------#
#-----------------#
# Windows Builder #
#-----------------#

.windows:
tags:
Expand Down Expand Up @@ -351,7 +289,7 @@ windows:vs2015:build:
- mkdir -p build


freebsd:llvm:build:
.freebsd:llvm:build:
stage: build
extends: .freebsd
script:
Expand Down

0 comments on commit 5a90037

Please sign in to comment.