mirror of
https://github.com/dlang/tools.git
synced 2025-04-25 20:51:00 +03:00
Fix AppVeyor CI
This commit is contained in:
parent
ba0f030ea4
commit
aff0b60f3f
2 changed files with 6 additions and 7 deletions
6
Makefile
6
Makefile
|
@ -99,10 +99,10 @@ $(ROOT)/tests_extractor$(DOTEXE): tests_extractor.d
|
|||
|
||||
test_tests_extractor: $(ROOT)/tests_extractor$(DOTEXE)
|
||||
for file in ascii iteration ; do \
|
||||
$< -i "./test/tests_extractor/$${file}.d" | diff -p - "./test/tests_extractor/$${file}.d.ext"; \
|
||||
$< -i "./test/tests_extractor/$${file}.d" | diff --strip-trailing-cr -p - "./test/tests_extractor/$${file}.d.ext"; \
|
||||
done
|
||||
$< -a betterc -i "./test/tests_extractor/attributes.d" | diff -p - "./test/tests_extractor/attributes.d.ext";
|
||||
$< --betterC -i "./test/tests_extractor/betterc.d" | diff -p - "./test/tests_extractor/betterc.d.ext";
|
||||
$< -a betterc -i "./test/tests_extractor/attributes.d" | diff --strip-trailing-cr -p - "./test/tests_extractor/attributes.d.ext";
|
||||
$< --betterC -i "./test/tests_extractor/betterc.d" | diff --strip-trailing-cr -p - "./test/tests_extractor/betterc.d.ext";
|
||||
|
||||
RDMD_TEST_COMPILERS = $(DMD)
|
||||
RDMD_TEST_EXECUTABLE = $(ROOT)/rdmd$(DOTEXE)
|
||||
|
|
|
@ -65,7 +65,6 @@ test_script:
|
|||
- echo %DC%
|
||||
- echo %PATH%
|
||||
- '%DC% --version'
|
||||
- make -f win32.mak DFLAGS=-g rdmd dustmite ddemangle changed
|
||||
- make -f win32.mak DFLAGS=-g test
|
||||
- make -f win64.mak DFLAGS=-g rdmd dustmite ddemangle changed
|
||||
- make -f win64.mak DFLAGS=-g test
|
||||
- choco install make
|
||||
- make -j3 DMD=%DC% "DFLAGS=-m%MODEL% -g" rdmd dustmite ddemangle changed
|
||||
- make -j3 DMD=%DC% "DFLAGS=-m%MODEL% -g" test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue