Skip to content

Commit 51b7c6f

Browse files
committed
conanfile.txt
1 parent 0d0a459 commit 51b7c6f

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

lesson21/conanfile.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[requires]
2+
fmt/[>=11.0 <11.2]

lesson21/test.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
$ErrorActionPreference = 'Stop'
2+

lesson21/test.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
set -e
4+

0 commit comments

Comments
 (0)