Skip to content
Snippets Groups Projects

Solve memory leaks and add CI

Merged Maxence Naud requested to merge tmp_branch into main
17 files
+ 1037
78
Compare changes
  • Side-by-side
  • Inline
Files
17
+ 13
0
################################################################################
# Centralized definitions of common job parameter values. #
# Parameters with many optional configurations may be in separate files. #
# #
################################################################################
variables:
GIT_SUBMODULE_STRATEGY: recursive
OMP_NUM_THREADS: 4
GIT_SSL_NO_VERIFY: 1
DEBIAN_FRONTEND: noninteractive
image: n2d2-ci/ubuntu20.04/cpu:latest
\ No newline at end of file
Loading