mirror of
https://github.com/SWG-Source/stationapi.git
synced 2026-01-15 22:04:17 -05:00
Use https to prevent hanging waiting for accepting ssh fingerprint
This commit is contained in:
@@ -4,7 +4,7 @@ language: cpp
|
||||
compiler:
|
||||
- gcc
|
||||
script:
|
||||
- git clone git@bitbucket.org:swgathrawn/udplibrary.git externals/udplibrary
|
||||
- git clone https://bitbucket.org/swgathrawn/udplibrary.git externals/udplibrary
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake .. && make
|
||||
|
||||
Reference in New Issue
Block a user