Skip to content

Commit

Permalink
tmp: check ci workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Keisuke Shima <19993104+KeisukeShima@users.noreply.github.com>
  • Loading branch information
KeisukeShima committed Feb 4, 2022
1 parent 80bd828 commit 8f963f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
schedule:
- cron: 0 19 * * * # run at 4 AM JST
workflow_dispatch:
pull_request: # tmp

jobs:
build-and-test-arm:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
schedule:
- cron: 0 19 * * * # run at 4 AM JST
workflow_dispatch:
pull_request: # tmp

jobs:
build-and-test:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 3.5)
project(lidar_apollo_instance_segmentation)

# tmp: check cuda build
option(CUDA_VERBOSE "Verbose output of CUDA modules" OFF)

# set flags for CUDA availability
Expand Down

0 comments on commit 8f963f7

Please sign in to comment.