Trigger a build with the new i2p.firefox for testing before taggins
Some checks failed
Sync Primary Repository to GitHub Mirror / sync (push) Has been cancelled
Java 22 CI / nsis-jdk22 (push) Has been cancelled
Java 22 CI / buildjpackagexe-jdk22 (push) Has been cancelled
Java 22 CI / buildjpackagmsi-jdk22 (push) Has been cancelled
Java 22 CI / buildzip-jdk22 (push) Has been cancelled
Java 22 CI / buildtgz-jdk22 (push) Has been cancelled
Java CI / nsis (push) Has been cancelled
Java CI / buildjpackagexe (push) Has been cancelled
Java CI / buildjpackagmsi (push) Has been cancelled
Java CI / buildzip (push) Has been cancelled
Java CI / buildtgz (push) Has been cancelled
Nightly Release / build (push) Has been cancelled
Nightly 22 Release / build (push) Has been cancelled

This commit is contained in:
eyedeekay
2025-06-05 14:37:33 -04:00
parent 48d08076f7
commit 1e19c61d8c
6 changed files with 33 additions and 6 deletions

View File

@ -1,7 +1,14 @@
name: Java 22 CI
on: [push]
on:
push:
branches:
- main
- master
schedule:
- cron: '0 0 * * *' # Every day at midnight UTC
workflow_dispatch:
jobs:

View File

@ -1,7 +1,14 @@
name: Java CI
on: [push]
on:
push:
branches:
- main
- master
schedule:
- cron: '0 0 * * *' # Every day at midnight UTC
workflow_dispatch:
jobs:

View File

@ -1,6 +1,13 @@
name: Nightly Release
on: [push]
on:
push:
branches:
- main
- master
schedule:
- cron: '0 0 * * *' # Every day at midnight UTC
workflow_dispatch:
jobs:
build:

View File

@ -1,6 +1,13 @@
name: Nightly 22 Release
on: [push]
on:
push:
branches:
- main
- master
schedule:
- cron: '0 0 * * *' # Every day at midnight UTC
workflow_dispatch:
jobs:
build:

View File

@ -1,7 +1,5 @@
name: Release
#on: [push]
on:
push:
# Sequence of patterns matched against refs/tags

View File

@ -1,5 +1,6 @@
2025-06-05 idk
* Remove Chromium support completely. Much smaller binary now.
* Version 2.9.0
2023-01-23 idk
* Move build scripts to their own directory and make them use correct paths when moved