Skip to content

Commit

Permalink
Merge pull request #179 from Sensing-Dev/update/clean
Browse files Browse the repository at this point in the history
Update/clean up some unsed lines
  • Loading branch information
xinyuli1204 authored Jan 8, 2025
2 parents ceb8ec6 + be4626e commit 5cab8f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/develop-Linux.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
name: Generate Linux Config and test installation with script

# This workflow generate and copy
# 1. config_Windows.json based on the current latest config & release tag
# 2. setup.sh
# to artifact
#
# Then test installation with combination of
# [latest release, config_Linux.json]
# [ubuntu-22.04]
# [with/without OpenCV]
#
# For Aravis, we did not add the Python test yet
# TODO: after separate C++ and Python installation of Aravis, setup test

on:
pull_request:
Expand Down
16 changes: 0 additions & 16 deletions .github/workflows/develop-Windows.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
name: Generate Windows Config and test installation with script

# This workflow generate and copy
# 1. config_Windows.json based on the current latest config & release tag
# 2. installer.ps1
# to artifact
#
# Then test installation with combination of
# [latest release, config_Windows.json]
# [MSVC 2019 and 2022]
# [with/without OpenCV]
#
# Note that MSVC 2022 (17.10 or later in the future) cannot find OpenCV 4.5.5
# So install OpenCV 4.10.0 for MSVC 2022
# Reference: https://github.com/Sensing-Dev/sensing-dev-installer/pull/111
#
# For Aravis, we did not add the Python test yet
# TODO: after separate C++ and Python installation of Aravis, setup test

on:
pull_request:
Expand Down

0 comments on commit 5cab8f1

Please sign in to comment.