Skip to content

Commit

Permalink
test all buildss
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Harrington committed Jul 15, 2024
1 parent 81470fc commit 4959ea1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
name: "Test Build"
on: [pull_request]
# test
name: Test package
on:
push:
branches:
- '*'
tags-ignore:
- '*'
pull_request:
branches:
- '*'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ dependencies {
implementation group: 'java3d', name: 'vecmath', version: '1.3.1'
implementation 'org.slf4j:slf4j-simple:1.6.1'

implementation "com.neuronrobotics:CHDK-PTP-Java:0.5.3-SNAPSHOT"
//implementation "com.neuronrobotics:CHDK-PTP-Java:0.5.3-SNAPSHOT"
//compile "com.neuronrobotics:java-bowler:3.25.4"
//compile fileTree (dir: '../java-bowler/build/libs/', includes: ['nrsdk-3.23.3-jar-with-dependencies.jar'])
implementation "com.neuronrobotics:WalnutiQ:2.3.3"
Expand Down

0 comments on commit 4959ea1

Please sign in to comment.