Commit e157d7ec authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Added .gitlab-ci.yml

parent c0d5cac3
Loading
Loading
Loading
Loading

.gitlab-ci.yml

0 → 100644
+19 −0
Original line number Original line Diff line number Diff line
default:
  image: "archlinux/devel-tnl:latest"
  before_script:
    - export MAKEFLAGS=-j$(nproc)
    # make sure that $PATH and other essential variables are set correctly
    - source /etc/profile

# automatically initialize git submodules
# https://docs.gitlab.com/ee/ci/git_submodules.html
variables:
  GIT_SUBMODULE_STRATEGY: recursive

stages:
  - build

build_benchmarks:
  stage: build
  script:
    - make