mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 01:40:37 +01:00
.gitlab-ci.yml: return to correct directory after installing compiler
This commit is contained in:
parent
3cdf766f43
commit
a76721ce2e
@ -7,6 +7,7 @@ before_script:
|
||||
- tar xf fpc-3.2.2.x86_64-linux.tar
|
||||
- cd fpc-3.2.2.x86_64-linux
|
||||
- echo -e "\n\n\n\n" | ./install.sh
|
||||
- cd ..
|
||||
|
||||
stages: # List of stages for jobs, and their order of execution
|
||||
- build
|
||||
@ -14,6 +15,8 @@ stages: # List of stages for jobs, and their order of execution
|
||||
build-job: # This job runs in the build stage, which runs first.
|
||||
stage: build
|
||||
script:
|
||||
- fpc -v | true
|
||||
- echo "Using FPC:"
|
||||
- fpc -iV
|
||||
- echo
|
||||
- echo "Compiling bigide for GTK2"
|
||||
- make bigide LCL_PLATFORM=gtk2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user