Skip to content

Commit

Permalink
Revert "Issue #37: specifying 32-bit platform explicitly in CI script"
Browse files Browse the repository at this point in the history
This reverts commit ee2be44.
  • Loading branch information
dzhoshkun committed Apr 5, 2019
1 parent c477c61 commit d77034d
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 @@ -32,7 +32,7 @@ build-against-epiphan-sdk:
script:
- mkdir build-%epiphansdk_tag%
- cd build-%epiphansdk_tag%
- cmake -D CMAKE_GENERATOR_PLATFORM=x86 -D USE_EPIPHAN:BOOL=ON ..
- cmake -D CMAKE_GENERATOR_PLATFORM=x64 -D USE_EPIPHAN:BOOL=ON ..
- cmake --build . --config Release
- dir
- dir Release\xono2l-%epiphansdk_tag%.dll
Expand Down

0 comments on commit d77034d

Please sign in to comment.