mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 22:06:40 +02:00
* build fpts2junit after testing so all directories are present
(cherry picked from commit 683e5b873b
)
This commit is contained in:
parent
23f64d024b
commit
2f887ff577
@ -15,11 +15,10 @@ build-and-test-job: # This job runs in the build stage, which runs first.
|
|||||||
- FPC_SRC=$(pwd)
|
- FPC_SRC=$(pwd)
|
||||||
- FPC_COMPILER=$FPC_SRC/compiler/ppcx64
|
- FPC_COMPILER=$FPC_SRC/compiler/ppcx64
|
||||||
- cd tests
|
- cd tests
|
||||||
- cd utils
|
|
||||||
- make fpts2junit
|
|
||||||
- cd ..
|
|
||||||
- make clean TEST_FPC=$FPC_COMPILER TEST_DELTEMP=1 -j 4
|
- make clean TEST_FPC=$FPC_COMPILER TEST_DELTEMP=1 -j 4
|
||||||
- make full TEST_FPC=$FPC_COMPILER TEST_DELTEMP=1 -j 4
|
- make full TEST_FPC=$FPC_COMPILER TEST_DELTEMP=1 -j 4
|
||||||
|
- cd utils
|
||||||
|
- make fpts2junit
|
||||||
- cd $FPC_SRC
|
- cd $FPC_SRC
|
||||||
- tests/utils/fpts2junit $FPC_SRC/tests/output/x86_64-linux/ testresult.xml
|
- tests/utils/fpts2junit $FPC_SRC/tests/output/x86_64-linux/ testresult.xml
|
||||||
artifacts:
|
artifacts:
|
||||||
|
Loading…
Reference in New Issue
Block a user