github.com/getgauge/gauge@v1.6.9/build/package.sh (about)

     1  #!/bin/sh
     2  
     3  # ----------------------------------------------------------------
     4  #   Copyright (c) ThoughtWorks, Inc.
     5  #   Licensed under the Apache License, Version 2.0
     6  #   See LICENSE.txt in the project root for license information.
     7  # ----------------------------------------------------------------
     8  
     9  # Usage:
    10  # ./build/package.sh [--nightly]
    11  
    12  go run build/make.go --all-platforms $1
    13  
    14  chmod +x bin/**/* && rm -rf deploy
    15  
    16  go run build/make.go --distro --all-platforms --skip-windows $1