Skip to content

Commit

Permalink
Merge pull request #1 from theavege/add/github-actions
Browse files Browse the repository at this point in the history
Add/GitHub actions
  • Loading branch information
Nenirey authored Oct 26, 2024
2 parents 089fa96 + b2a399e commit 864780d
Show file tree
Hide file tree
Showing 126 changed files with 233 additions and 21,365 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
33 changes: 33 additions & 0 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Make

on:
push:
branches:
- "**"
pull_request:
branches:
- master

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
runs-on: ${{ matrix.os }}
timeout-minutes: 120
strategy:
matrix:
os:
- ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true

- name: Build on Linux
if: runner.os == 'Linux'
shell: bash
run: bash -x make.sh build
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "components/dexif"]
path = components/dexif
url = https://github.com/cutec-chris/dexif.git
273 changes: 141 additions & 132 deletions components/PasLibVlc/Lazarus/Makefile

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion components/PasLibVlc/Lazarus/Makefile.compiled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Makefile Value="2"/>
<Params Value=" -Fu../source;../source.vcl;C:/lazarus/packager/units/$(CPU_TARGET)-$(OS_TARGET);C:/lazarus/components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET);C:/lazarus/lcl/units/$(CPU_TARGET)-$(OS_TARGET);C:/lazarus/lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM);. -MDelphi -Scghi -CX -O4 -g -gl -gh -Xg -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) PasLibVlcPlayer.pas"/>
<Params Value=" -Fu../source;../source.vcl;/usr/lib64/lazarus/packager/units/$(CPU_TARGET)-$(OS_TARGET);/usr/lib64/lazarus/components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET);/usr/lib64/lazarus/components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET);/usr/lib64/lazarus/lcl/units/$(CPU_TARGET)-$(OS_TARGET);/usr/lib64/lazarus/lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM);. -MDelphi -Scghi -CX -O4 -g -gl -gh -Xg -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) PasLibVlcPlayer.pas"/>
</CONFIG>
6 changes: 3 additions & 3 deletions components/PasLibVlc/Lazarus/Makefile.fpc
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
#
# Makefile.fpc for PasLibVlcPlayer 3.0.7
#
# This file was generated on 20/04/2021
# This file was generated on 24-10-24

[package]
name=paslibvlcplayer
version=3.0.7

[compiler]
unittargetdir=lib/$(CPU_TARGET)-$(OS_TARGET)
unitdir=../source ../source.vcl C:/lazarus/packager/units/$(CPU_TARGET)-$(OS_TARGET) C:/lazarus/components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) C:/lazarus/lcl/units/$(CPU_TARGET)-$(OS_TARGET) C:/lazarus/lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) .
unitdir=../source ../source.vcl /usr/lib64/lazarus/packager/units/$(CPU_TARGET)-$(OS_TARGET) /usr/lib64/lazarus/components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) /usr/lib64/lazarus/components/freetype/lib/$(CPU_TARGET)-$(OS_TARGET) /usr/lib64/lazarus/lcl/units/$(CPU_TARGET)-$(OS_TARGET) /usr/lib64/lazarus/lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) .
options= -MDelphi -Scghi -CX -O4 -g -gl -gh -Xg -l -vewnhibq -dLCL -dLCL$(LCL_PLATFORM) $(DBG_OPTIONS)

[target]
Expand Down Expand Up @@ -56,7 +56,7 @@ cleartarget:
-$(DEL) $(COMPILER_UNITTARGETDIR)/paslibvlcplayer$(PPUEXT)

compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/PasLibVlcPlayer.compiled
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/paslibvlcplayer.compiled

all: cleartarget $(COMPILER_UNITTARGETDIR) paslibvlcplayer$(PPUEXT) compiled

Expand Down
1 change: 1 addition & 0 deletions components/dexif
Submodule dexif added at 2c069a
65 changes: 0 additions & 65 deletions components/dexif/.gitignore

This file was deleted.

67 changes: 0 additions & 67 deletions components/dexif/Copyright.txt

This file was deleted.

Loading

0 comments on commit 864780d

Please sign in to comment.