Recent

Author Topic: Add package dependency to build from terminal (docker image)  (Read 2202 times)

skrat

  • New member
  • *
  • Posts: 8
Add package dependency to build from terminal (docker image)
« on: December 16, 2021, 02:18:17 pm »
Hi,

So I am trying to build the entire project from terminal.

Code: Pascal  [Select][+][-]
  1. image: gabrielrcouto/docker-lazarus
  2.  
  3. pipelines:
  4.   default:
  5.     - step:
  6.         name: 'Build and Test'
  7.         script:
  8.           - echo "Your build and test goes here..."
  9.           - lazbuild WingDesigner.lpi

However, this results in an error ERROR: Broken dependency: laz_fpspreadsheet since I have this dependency.

But I can't figure out how to add the package to compilation, does anybody know?

 

TinyPortal © 2005-2018