Debugging travis and dlib issue fix for Mac OS and appveyor speed fix.

This commit is contained in:
Tadas Baltrusaitis
2018-05-06 11:11:22 +01:00
parent a4c6f6fefa
commit e0ba3345b7
3 changed files with 4 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ script:
- wget https://www.dropbox.com/s/k7bj804cyiu474t/cen_patches_0.35_of.dat?dl=1
- wget https://www.dropbox.com/s/ixt4vkbmxgab1iu/cen_patches_0.50_of.dat?dl=1
- wget https://www.dropbox.com/s/2t5t1sdpshzfhpj/cen_patches_1.00_of.dat?dl=1
- ls
- cd ../../../../
- mkdir build
- cd build

View File

@@ -35,7 +35,7 @@ test_script:
- cmd: if exist Debug (cd Debug)
- cmd: if exist Release (cd Release)
- cmd: dir
- cmd: if exist "../samples" (FaceLandmarkImg.exe -fdir "../samples/" -out_dir "./demo_img/" -wild -q) else (FaceLandmarkImg.exe -fdir "../../samples/" -out_dir "./demo_img/" -wild -q)
- cmd: if exist "../samples" (FaceLandmarkImg.exe -fdir "../samples/" -out_dir "./demo_img/" -q) else (FaceLandmarkImg.exe -fdir "../../samples/" -out_dir "./demo_img/" -q)
- cmd: if exist "../samples" (FaceLandmarkImg.exe -inroot ../samples -f sample1.jpg -out_dir out_data -of sample1.pts -q) else (FaceLandmarkImg.exe -inroot ../../samples -f sample1.jpg -out_dir out_data -q)
- cmd: if exist "../samples" (FaceLandmarkVidMulti.exe -inroot ../samples -f multi_face.avi -q) else (FaceLandmarkVidMulti.exe -inroot ../../samples -f multi_face.avi -q)
- cmd: if exist "../samples" (FeatureExtraction.exe -f "../samples/default.wmv" -q) else (FeatureExtraction.exe -f "../../samples/default.wmv" -q)

View File

@@ -10,6 +10,7 @@ namespace dlib
namespace blas_bindings
{
#ifndef CBLAS_H
extern "C"
{
void cblas_strsm(const enum CBLAS_ORDER Order, const enum CBLAS_SIDE Side,
@@ -26,6 +27,7 @@ namespace dlib
}
// ------------------------------------------------------------------------------------
#endif // if not CBLAS_H
/* Purpose */
/* ======= */