File tree 6 files changed +9
-8
lines changed 6 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 39
39
- name : Install Catch2
40
40
working-directory : ${{ github.workspace }}
41
41
run : |
42
- git clone https://github.com/catchorg/Catch2.git
42
+ git clone --branch v2.13.2 https://github.com/catchorg/Catch2.git
43
43
cd Catch2
44
44
mkdir build
45
45
cd build
85
85
- name : install Catch2
86
86
working-directory : ${{ github.workspace }}
87
87
run : |
88
- git clone https://github.com/catchorg/Catch2.git
88
+ git clone --branch v2.13.2 https://github.com/catchorg/Catch2.git
89
89
cd Catch2
90
90
mkdir build
91
91
cd build
97
97
run : |
98
98
mkdir build
99
99
cd build
100
- cmake .. -DOPENSSL_ROOT_DIR=/usr/local/Cellar/[email protected] /1.1.1g/ -DOPENSSL_LIBRARIES=/usr/local/Cellar/[email protected] /1.1.1g/lib/
100
+ cmake ..
101
101
make
102
102
windows :
103
103
runs-on : windows-latest
@@ -121,7 +121,7 @@ jobs:
121
121
$env:Path += ";C:\Program Files\OpenSSL\bin"
122
122
- name : Install Catch2
123
123
run : |
124
- git clone https://github.com/catchorg/Catch2.git
124
+ git clone --branch v2.13.2 https://github.com/catchorg/Catch2.git
125
125
cd Catch2
126
126
mkdir build
127
127
cd build
Original file line number Diff line number Diff line change
1
+ .idea /
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ install:
27
27
- make
28
28
- sudo make install
29
29
- cd $TRAVIS_BUILD_DIR
30
- - git clone https://github.com/catchorg/Catch2.git
30
+ - git clone --branch v2.13.2 https://github.com/catchorg/Catch2.git
31
31
- cd Catch2
32
32
- mkdir -p build
33
33
- cd build
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ RUN git clone https://github.com/openssl/openssl.git && \
45
45
make all && \
46
46
cd /home/dependencies
47
47
48
- RUN git clone https://github.com/catchorg/Catch2.git && \
48
+ RUN git clone --branch v2.13.2 https://github.com/catchorg/Catch2.git && \
49
49
cd Catch2 && \
50
50
mkdir build && \
51
51
cd build && \
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ Run the ./Configure command without any arguments to check the available platfor
103
103
104
104
#### 5. Download and install Catch2 test framework
105
105
106
- git clone https://github.com/catchorg/Catch2.git
106
+ git clone --branch v2.13.2 https://github.com/catchorg/Catch2.git
107
107
cd Catch2
108
108
mkdir build
109
109
cd build
Original file line number Diff line number Diff line change 26
26
* Update PATH environment variable to add the dll for openssl which is inside C:\Program Files\OpenSSL\bin
27
27
* Download and install catch2
28
28
* Use Visual Studio native tool command prompt in admin mode.
29
- * `git clone https://github.com/catchorg/Catch2.git`
29
+ * `git clone --branch v2.13.2 https://github.com/catchorg/Catch2.git`
30
30
* `cd Catch2`
31
31
* `mkdir build`
32
32
* `cd build`
You can’t perform that action at this time.
0 commit comments