Skip to content

Commit

Permalink
cleanup workflow script
Browse files Browse the repository at this point in the history
use new fixed directory names to simplify handling of versions etc.
openssl/(CK_OPENSSL_VERSION) -> openssl/current
zlib/(ZLIB_VERSION) -> zlib/current
libssh/(LIBSSH_VERSION) -> libssh/current
kerberos/kfw -> kerberos/current

Now version variables are used for definition of download URL and for description not for building path etc.

reorder arguments for "run" steps to be more readable
1. is environment variables setup
2. working-directory
3. script
4. use shell argument as end tag (it is always indented)

fix some download issues and change some url's to be more consistent
by example all versions of openssl is downloaded from github openssl release store, not mixed with other sites
fix problem with download from sourceforge site for Regina interpreter

use working-directory run argument whenever possible
use absolute path for configuration scripts (by example setenv.bat) which doesn't depend on working directory
  • Loading branch information
jmalak committed Nov 28, 2024
1 parent a039815 commit 5ae4bc6
Showing 1 changed file with 375 additions and 354 deletions.
Loading

0 comments on commit 5ae4bc6

Please sign in to comment.