Procházet zdrojové kódy

Unset PYTHON_CFLAGS and PYTHON_CONFIGURE_OPTS for build tests

pull/289/head
Daniel Hahler před 9 roky
rodič
revize
96d3bd6379
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. +4
    -0
      Makefile

+ 4
- 0
Makefile Zobrazit soubor

@ -1,5 +1,9 @@
.PHONY: test
# Do not pass in user flags to build tests.
unexport PYTHON_CFLAGS
unexport PYTHON_CONFIGURE_OPTS
test: bats
PATH="./bats/bin:$$PATH" test/run
cd plugins/python-build && $(PWD)/bats/bin/bats $${CI:+--tap} test

Načítá se…
Zrušit
Uložit