Skip to content

Commit

Permalink
liboqs/master -> liboqs/main. (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzcf authored Nov 7, 2020
1 parent 2d4b54a commit 0cf85b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis/install_liboqs.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/sh

git clone https://github.com/open-quantum-safe/liboqs
git clone --branch main --single-branch --depth 1 https://github.com/open-quantum-safe/liboqs
cd liboqs
git checkout master
mkdir build && cd build
cmake -GNinja -DBUILD_SHARED_LIBS=ON ..
ninja
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install:
@echo on
set "PATH=%LIBOQS_DLL_DIR%;%PATH%"
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
git clone https://github.com/open-quantum-safe/liboqs %LIBOQS_INSTALL_PATH%
git clone --branch main --single-branch --depth 1 https://github.com/open-quantum-safe/liboqs %LIBOQS_INSTALL_PATH%
mkdir %LIBOQS_BUILD_DIR%
cd %LIBOQS_BUILD_DIR%
cmake .. -DCMAKE_BUILD_TYPE=Optimized -DBUILD_SHARED_LIBS=ON -G"Ninja"
Expand Down

0 comments on commit 0cf85b1

Please sign in to comment.