XCTestHTMLReport icon indicating copy to clipboard operation
XCTestHTMLReport copied to clipboard

[Minor issue- Installation]install.sh script is broken

Open SpeedyNassir opened this issue 5 years ago • 2 comments

The CURL point to zip version which doesn't have the BUILD_DIR

Either remove the code related to BUILD_DIR or correct the Curl path

Error : ./install.sh: line 28: cd: XCTestHTMLReport-2.0.0: No such file or directory branch : Develop

SpeedyNassir avatar Jan 17 '20 04:01 SpeedyNassir

Hey, I have the same problem. Any chance this will be fixed? Thanks!

MurrSch avatar May 14 '20 08:05 MurrSch

Needs to decide what the script should do.

  • Just download the binary OR
  • build from source.

Currently a mix of both things are being tried and this is the reason of the failure

Since we have signed binaries in each release now (shiny eyes rolling) there is no big merit in downloading a binary that could have been downloaded by the user in one click. Probably build from source is what we should do here.

nacho4d avatar Oct 08 '21 15:10 nacho4d