Skip to content

Commit

Permalink
Merge 808765d into fd25857
Browse files Browse the repository at this point in the history
  • Loading branch information
thetic committed Dec 29, 2022
2 parents fd25857 + 808765d commit 0460966
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 28 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,6 @@ jobs:
./configure ${{ matrix.configure_args }}
- name: Build and test
run: make ${{ matrix.make_args }}
- name: Save Distributions
uses: actions/upload-artifact@v3
with:
name: "Distribution"
path: |
cpputest-latest.tar.gz
cpputest-latest.zip
if: ${{ matrix.name == 'Distribution' }}

cmake:
strategy:
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/deploy-latest.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ include(FetchContent)
FetchContent_Declare(
CppUTest
GIT_REPOSITORY https://github.com/cpputest/cpputest.git
GIT_TAG latest-passing-build # or use release tag, eg. v3.8
GIT_TAG master # or use release tag, eg. v4.0
)
# Set this to ON if you want to have the CppUTests in your project as well.
set(TESTS OFF CACHE BOOL "Switch off CppUTest Test build")
Expand Down

0 comments on commit 0460966

Please sign in to comment.