Skip to content

Commit 1a438b3

Browse files
committed
refactor: latest fakeit
1 parent 1a17f3d commit 1a438b3

File tree

4 files changed

+1312
-489
lines changed

4 files changed

+1312
-489
lines changed

.github/workflows/check.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,3 @@ jobs:
1616
-
1717
name: Tests
1818
run: make
19-
-
20-
name: Deploy
21-
run: make deploy

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
default_target: all
22

33
.PHONY: all
4-
all: clean build test clean
4+
all: clean build deploy test clean
55

66
.PHONY: cmake
77
cmake:

external/fakeit/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.2.2)
2-
project(fakeit VERSION 2.0.6 LANGUAGES CXX)
2+
project(fakeit VERSION 2.4.0 LANGUAGES CXX)
33

44
include(git-download)
55

0 commit comments

Comments
 (0)