mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 20:27:56 +02:00
* Fixed referenc to relative path
This commit is contained in:
parent
9a60a27524
commit
60a666f226
@ -8,8 +8,8 @@ build:
|
||||
script:
|
||||
- make all
|
||||
- cd tests
|
||||
- make full TEST_FPC=../compiler/ppcx64
|
||||
- make digest TEST_FPC=../compiler/ppcx64 > digest.txt
|
||||
- make full TEST_FPC=$(pwd)/../compiler/ppcx64
|
||||
- make digest TEST_FPC=$(pwd)/../compiler/ppcx64 > digest.txt
|
||||
artifacts:
|
||||
name: "TestResults-$CI_COMMMIT_REF_NAME"
|
||||
paths:
|
||||
|
Loading…
Reference in New Issue
Block a user