Skip to content

delphi-sucks/lazarus-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lazarus-docker

Build Status

Lazarus/FreePascal build environment for Continous Integration (CI) with cross-compile support for Windows and Linux.

Usage

Use the command lazbuild to compile your project:

lazbuild path/to/project.lpi 

Supports

  • Linux 64-Bit
  • Windows 32-Bit
  • Windows 64-Bit

Example

Drone CI

kind: pipeline
type: docker
name: default

platform:
  os: linux
  arch: amd64

steps:
- name: compile
  image: delphisucks/lazarus:latest
  commands:
  - lazbuild path/to/project.lpi

Releases

No releases published

Packages