Skip to content

Commit

Permalink
Issue #37: corrected inline comment syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhoshkun committed Apr 5, 2019
1 parent 0db3e2b commit f55102c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ build-against-epiphan-sdk:
- cmake --build . --config Release
- dir
- dir Release\xono2l-%epiphansdk_tag%.dll
- file.exe Release\xono2l-%epiphansdk_tag%.dll | grep -c 80386 REM Should fail if 64-bit
- file.exe Release\xono2l-%epiphansdk_tag%.dll | grep -c 80386 & REM Should fail if 64-bit
artifacts:
name: "%CI_JOB_NAME%-%CI_COMMIT_REF_NAME%"
paths:
Expand Down

0 comments on commit f55102c

Please sign in to comment.