Skip to content

Commit

Permalink
fix .drone.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemeowx2 committed Sep 8, 2018
1 parent f2eb6aa commit 565cb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pipeline:
image: switch-lan-play-build:win
commands:
- mkdir build.win && cd build.win
- cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchain-mingw32.cmake ..
- cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchain-mingw64.cmake ..
- make -j$$(nproc)
server:
group: build
Expand Down

0 comments on commit 565cb73

Please sign in to comment.