Home
last modified time | relevance | path

Searched +full:test +full:- +full:basic (Results 1 – 2 of 2) sorted by relevance

/honee/
H A D.gitlab-ci.yml1 # ----------------------------------------------------------------------------------------
3 # ----------------------------------------------------------------------------------------
5 - test:stage-lint
6 - test:stage-full
7 - test:post
8 - test:docs
9 - deploy
15 .test-basic:
19 - web
20 - merge_requests
[all …]
H A DMakefile2 -include $(CONFIG)
4 -include $(COMMON)
6 pkgconf-path = $(if $(wildcard $(1)/$(2).pc),$(1)/$(2).pc,$(2))
10 # PETSC_ARCH - for example when using PETSc installed through Spack.
14 petsc.pc := $(call pkgconf-path,$(PETSC_DIR)/$(PETSC_ARCH)/lib/pkgconfig,petsc)
17 ceed.pc := $(call pkgconf-path,$(CEED_DIR)/lib/pkgconfig,ceed)
19 pkgconf = $(shell pkg-config $(if $(STATIC),--static) $1 | $(SED) -e 's/^"//g' -e 's/"$$//g')
23 PEDANTICFLAGS ?= -Werror -pedantic
25 CC = $(call pkgconf, --variable=ccompiler $(petsc.pc) $(ceed.pc))
26 CFLAGS = -std=c99 \
[all …]