[GitlabCI] Change the way we run 'fbt build' to be relative to home

This commit is contained in:
Sameer Rahmani 2020-04-15 18:59:24 +01:00
parent a714e78922
commit 5fc7929285
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ stages:
- apt update && apt install -y make wget git emacs sudo
- git clone -b fpkg-v2 https://gitlab.com/FG42/FG42 ~/.fg42/
script:
- ~/.fg42/fbt build
- cd ~/.fg42/ && ./fbt build
build-branches-v3:
extends: .build-v3