Skip to content

Commit

Permalink
Fix translation pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleHuba committed Oct 18, 2019
1 parent a34ece6 commit 5ad5bbd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions azure-pipelines/translation.yml
Expand Up @@ -16,17 +16,16 @@ stages:
git config --local user.name "Azure Pipelines"
git config --local user.email "azuredevops@microsoft.com"
displayName: 'Setup git'
- bash: |
sudo apt-get update
sudo apt-get install -y cmake libcppunit-dev libgtk-3-dev libpoppler-glib-dev portaudio19-dev libsndfile-dev liblua5.3-dev libzip-dev
displayName: 'Install dependencies'
- template: steps/install_deps_ubuntu.yml
- bash: |
git checkout master
mkdir build
displayName: 'Create build directory'
- bash: |
export CXX=g++-8
export CC=gcc-8
cmake ..
make pot
cmake --build . --target pot
workingDirectory: ./build
displayName: 'Build Xournal++ translation template'
- task: DownloadSecureFile@1
Expand Down

0 comments on commit 5ad5bbd

Please sign in to comment.