kopia lustrzana https://github.com/JOSM/MapWithAI
rodzic
4d736c967f
commit
cfb0c686c9
|
@ -0,0 +1,13 @@
|
||||||
|
name: Release
|
||||||
|
|
||||||
|
on:
|
||||||
|
release:
|
||||||
|
types: [created]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
call-workflow:
|
||||||
|
uses: JOSM/JOSMPluginAction/.github/workflows/ant.yml@v1
|
||||||
|
with:
|
||||||
|
josm-revision: "r18218"
|
||||||
|
update-pluginssource: true
|
||||||
|
plugin-jar-name: 'mapwithai'
|
|
@ -0,0 +1,24 @@
|
||||||
|
name: Java CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- $default-branch
|
||||||
|
- $protected-branches
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- $default-branch
|
||||||
|
schedule:
|
||||||
|
- cron: "1 5 * * 6"
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
call-workflow:
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
josm-revision: ["", "r18218"]
|
||||||
|
uses: JOSM/JOSMPluginAction/.github/workflows/ant.yml@v1
|
||||||
|
with:
|
||||||
|
josm-revision: ${{ matrix.josm-revision }}
|
1
ivy.xml
1
ivy.xml
|
@ -1,6 +1,7 @@
|
||||||
<ivy-module version="2.0">
|
<ivy-module version="2.0">
|
||||||
<info organisation="org.openstreetmap.josm.plugins" module="mapwithai"/>
|
<info organisation="org.openstreetmap.josm.plugins" module="mapwithai"/>
|
||||||
<configurations>
|
<configurations>
|
||||||
|
<conf name="default" />
|
||||||
<conf name="compile" />
|
<conf name="compile" />
|
||||||
<conf name="runtime" extends="compile" />
|
<conf name="runtime" extends="compile" />
|
||||||
<conf name="test" extends="runtime" />
|
<conf name="test" extends="runtime" />
|
||||||
|
|
Ładowanie…
Reference in New Issue