| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,9 +6,13 @@ x-ccache-setup-steps: &ccache-setup-steps | |||
| 6 | 6 | ||
| 7 | 7 | os: linux | |
| 8 | 8 | language: cpp | |
| 9 | + # Currently this file can only support one PYTHON_VERSION. | ||
| 10 | + # To experiment with Python 3, comment out Python 2.7 and uncomment one of the Python 3 versions. | ||
| 9 | 11 | env: | |
| 10 | 12 | global: | |
| 11 | 13 | - PYTHON_VERSION="2.7.15" | |
| 14 | + # - PYTHON_VERSION="3.6.7" | ||
| 15 | + # - PYTHON_VERSION="3.7.1" | ||
| 12 | 16 | jobs: | |
| 13 | 17 | include: | |
| 14 | 18 | - stage: "Compile" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments