mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Update macOS test script
Do not install CMake, is already provided by GitHub runner Upgrade PYTHON to 3.10.16 Print Asciidoctor version in info output
This commit is contained in:
parent
e735c3a403
commit
11e5f941fd
1 changed files with 6 additions and 5 deletions
|
@ -1,14 +1,14 @@
|
|||
set -x
|
||||
|
||||
brew install cmake
|
||||
brew install pyenv
|
||||
brew install asciidoctor
|
||||
|
||||
export PYTHON_VERSION="3.10.16"
|
||||
export PYENV_ROOT="$HOME/.pyenv"
|
||||
export PATH="$PYENV_ROOT/bin:$PATH"
|
||||
export PATH="${PYENV_ROOT}/bin:${PATH}"
|
||||
eval "$( pyenv init --path )"
|
||||
pyenv install 3.10.0
|
||||
pyenv global 3.10.0
|
||||
pyenv install "${PYTHON_VERSION}"
|
||||
pyenv global "${PYTHON_VERSION}"
|
||||
pip install --upgrade pip
|
||||
pip install python-dateutil
|
||||
|
||||
|
@ -27,7 +27,8 @@ grep 'not ok' all.log
|
|||
./problems
|
||||
EXIT_CODE=$?
|
||||
echo "timew $( timew --version )"
|
||||
asciidoctor --version
|
||||
python --version
|
||||
cmake --version
|
||||
clang --version
|
||||
exit ${EXIT_CODE}
|
||||
exit ${EXIT_CODE}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue