Forum > Packages and Libraries
Add package dependency to build from terminal (docker image)
(1/1)
skrat:
Hi,
So I am trying to build the entire project from terminal.
--- Code: Pascal [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---image: gabrielrcouto/docker-lazarus pipelines: default: - step: name: 'Build and Test' script: - echo "Your build and test goes here..." - 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?
Navigation
[0] Message Index