Skip to content

Commit

Permalink
test pure mariadb build
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisStaratzis committed Nov 9, 2023
1 parent 1fffa83 commit ded6775
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions scripts/azure-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,24 @@ steps:
git clone https://github.com/MariaDB/server.git -b $(MARIADB_VERSION) $(MARIADB_VERSION)
cd $(MARIADB_VERSION)
cd storage
mkdir mytile
cd mytile
mkdir cmake
mkdir docker
mkdir mysql-test
mkdir mytile
mkdir scripts
xcopy /I "$(ROOT_DIR)CMakeLists.txt" "."
xcopy /I "$(ROOT_DIR)LICENSE" "."
xcopy /E /I "$(ROOT_DIR)\cmake" "./cmake"
xcopy /E /I "$(ROOT_DIR)\docker" "./docker"
xcopy /E /I "$(ROOT_DIR)\mysql-test" "./mysql-test"
xcopy /E /I "$(ROOT_DIR)\mytile" "./mytile"
xcopy /E /I "$(ROOT_DIR)\scripts" "./scripts"
cd ../../
# cd storage
# mkdir mytile
# cd mytile
# mkdir cmake
# mkdir docker
# mkdir mysql-test
# mkdir mytile
# mkdir scripts
#
# xcopy /I "$(ROOT_DIR)CMakeLists.txt" "."
# xcopy /I "$(ROOT_DIR)LICENSE" "."
# xcopy /E /I "$(ROOT_DIR)\cmake" "./cmake"
# xcopy /E /I "$(ROOT_DIR)\docker" "./docker"
# xcopy /E /I "$(ROOT_DIR)\mysql-test" "./mysql-test"
# xcopy /E /I "$(ROOT_DIR)\mytile" "./mytile"
# xcopy /E /I "$(ROOT_DIR)\scripts" "./scripts"
#
# cd ../../

mkdir builddir
cd builddir
Expand Down

0 comments on commit ded6775

Please sign in to comment.