Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
isprogram
/
pyenv
espelho de
https://github.com/pyenv/pyenv.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Projects
0
Lançamentos
240
Wiki
Trabalho
Ver a proveniência
Unset PYTHON_CFLAGS and PYTHON_CONFIGURE_OPTS for build tests
pull/289/head
Daniel Hahler
há 11 anos
ascendente
d320d74a07
cometimento
96d3bd6379
1 ficheiros alterados
com
4 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+4
-0
Makefile
+ 4
- 0
Makefile
Ver ficheiro
@ -1,5 +1,9 @@
.PHONY
:
test
# Do not pass in user flags to build tests.
u
n
export
PYTHON_CFLAGS
u
n
export
PYTHON_CONFIGURE_OPTS
test
:
bats
PATH
=
"
./bats/bin:
$$
PATH
"
test/run
cd
plugins/python-build
&&
$(
PWD
)
/bats/bin/bats
$$
{
CI:+--tap
}
test
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar