File tree Expand file tree Collapse file tree 2 files changed +3
-26
lines changed Expand file tree Collapse file tree 2 files changed +3
-26
lines changed Original file line number Diff line number Diff line change 1
- name : CI Build
2
- on : [push, pull_request, workflow_dispatch ]
1
+ name : CI
2
+ on : [push, pull_request]
3
3
jobs :
4
4
build-java :
5
5
strategy :
92
92
name : ${{ matrix.freetype && 'freetype' || 'common' }}
93
93
path : ${{ matrix.expected }}
94
94
if-no-files-found : error
95
- update-natives :
96
- if : github.event_name == 'workflow_dispatch'
97
- name : Update Natives
98
- runs-on : ubuntu-20.04
99
- needs : build-natives
100
- steps :
101
- - name : Download Natives
102
- uses : actions/download-artifact@v2
103
- with :
104
- path : /tmp/artifacts
105
-
106
- - name : Checkout Repository
107
- uses : actions/checkout@v2
108
-
109
- - name : Move Natives
110
- run : |
111
- mv /tmp/artifacts/common/* bin/
112
- mv /tmp/artifacts/freetype/* bin/freetype/
113
-
114
- - uses : EndBug/add-and-commit@v7
115
- with :
116
- message : ' [skip ci] Update native binaries'
117
- default_author : github_actions
Original file line number Diff line number Diff line change 1
1
# imgui-java
2
2
[ ![ Github All Releases] ( https://img.shields.io/github/downloads/SpaiR/imgui-java/total.svg?logo=github )] ( https://github.com/SpaiR/imgui-java/releases )
3
- [ ![ CI Build ] ( https://github.com/SpaiR/imgui-java/workflows/CI%20Build /badge.svg )] ( https://github.com/SpaiR/imgui-java/actions?query=workflow%3A%22CI+Build%22 )
3
+ [ ![ CI] ( https://github.com/SpaiR/imgui-java/actions/ workflows/ci.yml /badge.svg )] ( https://github.com/SpaiR/imgui-java/actions/workflows/ci.yml )
4
4
[ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.spair/imgui-java-binding?logo=apache-maven )] ( https://search.maven.org/search?q=g:io.github.spair%20AND%20a:imgui-java-* )
5
5
[ ![ binding javadoc] ( https://javadoc.io/badge2/io.github.spair/imgui-java-binding/javadoc_binding.svg?logo=java )] ( https://javadoc.io/doc/io.github.spair/imgui-java-binding )
6
6
[ ![ app javadoc] ( https://javadoc.io/badge2/io.github.spair/imgui-java-app/javadoc_app.svg?logo=java )] ( https://javadoc.io/doc/io.github.spair/imgui-java-app )
You can’t perform that action at this time.
0 commit comments