Skip to content

Commit

Permalink
ci UPDATE changed CI to use both SSH,TLS and none
Browse files Browse the repository at this point in the history
  • Loading branch information
roman committed Jun 6, 2023
1 parent 4ace933 commit a6de63a
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions .github/workflows/libnetconf3-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,41 +68,17 @@ jobs:
make-target: ""
}
- {
name: "SSH Only",
name: "No SSH nor TLS",
os: "ubuntu-22.04",
build-type: "Debug",
dep-build-type: "Release",
cc: "gcc",
options: "-DENABLE_TLS=OFF -DENABLE_SSH=ON",
options: "-DENABLE_TESTS=ON -DENABLE_SSH_TLS=OFF",
packages: "valgrind",
snaps: "",
make-prepend: "",
make-target: ""
}
# - {
# name: "TLS Only",
# os: "ubuntu-22.04",
# build-type: "Debug",
# dep-build-type: "Release",
# cc: "gcc",
# options: "-DENABLE_TLS=ON -DENABLE_SSH=OFF",
# packages: "valgrind",
# snaps: "",
# make-prepend: "",
# make-target: ""
# }
# - {
# name: "No SSH nor TLS",
# os: "ubuntu-22.04",
# build-type: "Debug",
# dep-build-type: "Release",
# cc: "gcc",
# options: "-DENABLE_TLS=OFF -DENABLE_SSH=OFF",
# packages: "valgrind",
# snaps: "",
# make-prepend: "",
# make-target: ""
# }
- {
name: "ASAN and UBSAN",
os: "ubuntu-22.04",
Expand Down

0 comments on commit a6de63a

Please sign in to comment.