Changes for travis.
--HG-- branch : develop
This commit is contained in:
parent
230eb0fa54
commit
00313493de
|
@ -50,7 +50,6 @@ before_install:
|
||||||
brew install qt5;
|
brew install qt5;
|
||||||
else
|
else
|
||||||
unset SSL_CERT_FILE;
|
unset SSL_CERT_FILE;
|
||||||
brew upgrade > /dev/null;
|
|
||||||
brew install https://gist.githubusercontent.com/dismine/c3ac01de38e12edcf22d9e05791adf82/raw/064395d87d3bb352f8c4568d3e8f7b80b627f36a/qt5.rb;
|
brew install https://gist.githubusercontent.com/dismine/c3ac01de38e12edcf22d9e05791adf82/raw/064395d87d3bb352f8c4568d3e8f7b80b627f36a/qt5.rb;
|
||||||
fi
|
fi
|
||||||
chmod -R 755 /usr/local/opt/qt5/*
|
chmod -R 755 /usr/local/opt/qt5/*
|
||||||
|
@ -119,6 +118,6 @@ deploy:
|
||||||
all_branches: true
|
all_branches: true
|
||||||
condition: $DEPLOY = true
|
condition: $DEPLOY = true
|
||||||
addons:
|
addons:
|
||||||
sonarqube:
|
sonarcloud:
|
||||||
token:
|
token:
|
||||||
secure: "re+Ddh0uhun8Sj4ibGR4D9wTQlIMyl3UaXvoWtn4TTkuKQpiOPjbqDbNRuPLkwjFk+5GqVKeCMkBBPx7o3aJ6dYaurJpNpVKLG3e3cMWmCEqP3O38JRVa8EZQ1R0hIz6eJS2BNAwF8aOR5zHmQQ2lPrKQzawMsry4TK22jpxNs8g4WEOrxEVVH/oJh8q/cB/k3nKUvy47EHVQ/jLj6Sq5821Ktm3KjAGsw/wuYWy7GTG1tKL4/N7C0IeUsRu3022kN8w1LJf7WXXLGDON3k+Ui6G4nqwbFH+Jftx3oMqY4hauz4PXUx6Nx3zCvv6BqC83qm8p5yovuHy1IOqPbKiaDPDp9VmbQxtLVe1me6Z0smNPoqmxwtUvub+cKAymZ5SVfhpZT1PcIB0xuHPi/FOWvKoqXhiyBoQxF8cGerSfCruWJKChQgY0ysTbIRqT4MM7seYib7AW68QCle61/q6vPjEm5tdCzvmJvZURtb+Q4qVLzuOEL/QqTN1lNO2b4HBMPOGj0MGG4dMYZ8XTEITFnETeF7O2wZ+HvvLi/TExI+Wfhm28mofXBAHwvdSXqNTSynPfC1H26xHf09ApumjixbZBcZUaaDc6K2ne3i/DU/ZgoovOIyduxmF/HFp836yKIvcJr+18j42rcUyTq2qSOQHdsttM4fy7ZnK8b7sQc8="
|
secure: "re+Ddh0uhun8Sj4ibGR4D9wTQlIMyl3UaXvoWtn4TTkuKQpiOPjbqDbNRuPLkwjFk+5GqVKeCMkBBPx7o3aJ6dYaurJpNpVKLG3e3cMWmCEqP3O38JRVa8EZQ1R0hIz6eJS2BNAwF8aOR5zHmQQ2lPrKQzawMsry4TK22jpxNs8g4WEOrxEVVH/oJh8q/cB/k3nKUvy47EHVQ/jLj6Sq5821Ktm3KjAGsw/wuYWy7GTG1tKL4/N7C0IeUsRu3022kN8w1LJf7WXXLGDON3k+Ui6G4nqwbFH+Jftx3oMqY4hauz4PXUx6Nx3zCvv6BqC83qm8p5yovuHy1IOqPbKiaDPDp9VmbQxtLVe1me6Z0smNPoqmxwtUvub+cKAymZ5SVfhpZT1PcIB0xuHPi/FOWvKoqXhiyBoQxF8cGerSfCruWJKChQgY0ysTbIRqT4MM7seYib7AW68QCle61/q6vPjEm5tdCzvmJvZURtb+Q4qVLzuOEL/QqTN1lNO2b4HBMPOGj0MGG4dMYZ8XTEITFnETeF7O2wZ+HvvLi/TExI+Wfhm28mofXBAHwvdSXqNTSynPfC1H26xHf09ApumjixbZBcZUaaDc6K2ne3i/DU/ZgoovOIyduxmF/HFp836yKIvcJr+18j42rcUyTq2qSOQHdsttM4fy7ZnK8b7sQc8="
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
sonar.projectKey=dismine:valentina
|
sonar.projectKey=dismine:valentina
|
||||||
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
|
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
|
||||||
sonar.projectName=Valentina
|
sonar.projectName=Valentina
|
||||||
sonar.projectVersion=0.6a
|
sonar.projectVersion=0.7a
|
||||||
sonar.projectDescription=
|
sonar.projectDescription=
|
||||||
Valentina is a cross-platform patternmaking program which allows designers
|
Valentina is a cross-platform patternmaking program which allows designers
|
||||||
to create and model patterns of clothing. This software allows pattern
|
to create and model patterns of clothing. This software allows pattern
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
#include <QTimer>
|
#include <QTimer>
|
||||||
#include <QLineEdit>
|
#include <QLineEdit>
|
||||||
#include <QRegularExpression>
|
#include <QRegularExpression>
|
||||||
#include <QtGlobal>
|
#include <qnumeric.h>
|
||||||
|
|
||||||
const QColor errorColor = Qt::red;
|
const QColor errorColor = Qt::red;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user