Skip to content

Commit 50b0004

Browse files
Test previous on CI
1 parent d72be9c commit 50b0004

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
!Cargo.toml
88
!rustfmt.toml
99
!build.rs
10-
!empty-resource.rc
10+
!*.rc
1111
!*.sublime-project
1212
!*.md
1313
!.github

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ test: off
3737
test_script:
3838
- cargo test --verbose --release
3939
- cargo run --verbose --release -- empty-resource.rc
40+
- cargo run --verbose --release -- include-version.rc .github/workflows/msvc
4041

4142
notifications:
4243
- provider: Email

include-version.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include "version.rc"

0 commit comments

Comments
 (0)