1. 02 Feb, 2019 1 commit
    • Paul Yang's avatar
      Add several fixes for python toolchain (#5667) · 5b4ac53c
      Paul Yang authored
      * Add several fixes for python toolchain
      
      * Fix versin regex
      
      * Make script exit on error
      
      * Fix version regex
      
      * Fix version regex
      
      * Fix version regex
      
      * Fix version regex
      
      * Make test run on the current commit
      
      * Fix test
      
      * Fix test
      
      * Use git to retrieve current commit
      
      * Fix tests
      
      * Fix tests
      
      * Also make linux and mac work on the current commit
      
      * Fix test
      5b4ac53c
  2. 29 Nov, 2018 1 commit
    • Paul Yang's avatar
      Change MACOSX_DEPLOYMENT_TARGET to 10.9 (#5406) · 704037f2
      Paul Yang authored
      * Add kokoro build for python source package
      
      * Use libc++ for xcode 10 (#5303)
      
      The xcode 10 removes the deprecated libstdc++ library. We could set
      "MACOSX_DEPLOYMENT_TARGET" to "10.9" to use libc++ instead.
      
      * Add python 3.7 build
      
      * Add build for python 3.7 on linux and windows
      
      * Remove unused source build
      
      * Add comment
      
      * Fix $MACOSX_DEPLOYMENT_TARGET mismatch
      
      * Fix MACOSX_DEPLOYMENT_TARGET mismatch
      
      * Add missing import for sysconfig
      
      * Add missing imports
      704037f2
  3. 07 Sep, 2018 1 commit
  4. 13 Aug, 2018 1 commit
    • Paul Yang's avatar
      Python wheel kokoro for windows (#5034) · f2a13569
      Paul Yang authored
      * Add kokoro config for building python wheels on windows
      
      * Move script to root
      
      * Debug
      
      * Debug
      
      * Change working directory
      
      * Add msbuild to path
      
      * Debug
      
      * Fix python dir name
      
      * Debug
      
      * Move artifacts to targeted directory
      
      * Update artifact directory
      
      * Debug
      
      * Debug
      
      * Automatic generation of version
      
      * Reduce file numbers
      f2a13569