Skip to content

Commit

Permalink
Trigger (#125)
Browse files Browse the repository at this point in the history
* trigger gtsam_docker

* remove needs

* remove trigger branch
  • Loading branch information
koide3 authored Jul 9, 2024
1 parent bd2c317 commit 7034275
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/trigger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on:
push:
branches: [ master ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
dispatch:
strategy:
matrix:
repo: ['koide3/gtsam_docker']
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PAT }}
repository: ${{ matrix.repo }}
event-type: trigger-event
6 changes: 1 addition & 5 deletions cmake/FindIridescence.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ find_library(Iridescence_LIBRARY NAMES iridescence
HINTS /usr/local/lib /usr/lib
DOC "Iridescence libraries")

find_library(gl_imgui_LIBRARY NAMES gl_imgui
HINTS /usr/local/lib /usr/lib
DOC "Iridescence libraries")

set(Iridescence_LIBRARIES ${Iridescence_LIBRARY} ${gl_imgui_LIBRARY})
set(Iridescence_LIBRARIES ${Iridescence_LIBRARY})

include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(Iridescence DEFAULT_MSG Iridescence_INCLUDE_DIRS Iridescence_LIBRARIES)

0 comments on commit 7034275

Please sign in to comment.